Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DescribeRuleGroupsNamespaceRequest

import type { DescribeRuleGroupsNamespaceRequest } from "https://aws-api.deno.dev/v0.3/services/amp.ts?docs=full";

Represents the input of a DescribeRuleGroupsNamespace operation.

interface DescribeRuleGroupsNamespaceRequest {
name: string;
workspaceId: string;
}

§Properties

§
name: string
[src]

The rule groups namespace.

§
workspaceId: string
[src]

The ID of the workspace to describe.