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

GetTagsOutput

import type { GetTagsOutput } from "https://aws-api.deno.dev/v0.3/services/resourcegroups.ts?docs=full";
interface GetTagsOutput {
Arn?: string | null;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
Arn?: string | null
[src]

The ARN of the tagged resource group.

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

The tags associated with the specified resource group.