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.4/services/cloudhsmv2.ts?docs=full";
interface ListTagsRequest {
MaxResults?: number | null;
NextToken?: string | null;
ResourceId: string;
}

§Properties

§
MaxResults?: number | null
[src]

The maximum number of tags to return in the response. When there are more tags than the number you specify, the response contains a NextToken value.

§
NextToken?: string | null
[src]

The NextToken value that you received in the previous response. Use this value to get more tags.

§
ResourceId: string
[src]

The cluster identifier (ID) for the cluster whose tags you are getting. To find the cluster ID, use "DescribeClusters".