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

ListTagsRequest

import type { ListTagsRequest } from "https://aws-api.deno.dev/v0.3/services/opsworks.ts?docs=full";
interface ListTagsRequest {
MaxResults?: number | null;
NextToken?: string | null;
ResourceArn: string;
}

§Properties

§
MaxResults?: number | null
[src]

Do not use. A validation exception occurs if you add a MaxResults parameter to a ListTagsRequest call.

§
NextToken?: string | null
[src]

Do not use. A validation exception occurs if you add a NextToken parameter to a ListTagsRequest call.

§
ResourceArn: string
[src]

The stack or layer's Amazon Resource Number (ARN).