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

PutRuleGroupsNamespaceResponse

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

Represents the output of a PutRuleGroupsNamespace operation.

interface PutRuleGroupsNamespaceResponse {
arn: string;
name: string;
tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
arn: string
[src]

The Amazon Resource Name (ARN) of this rule groups namespace.

§
name: string
[src]

The rule groups namespace name.

§

The status of rule groups namespace.

§
tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

The tags of this rule groups namespace.