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

ListTagsForResourceRequest

import type { ListTagsForResourceRequest } from "https://aws-api.deno.dev/v0.4/services/organizations.ts?docs=full";
interface ListTagsForResourceRequest {
NextToken?: string | null;
ResourceId: string;
}

§Properties

§
NextToken?: string | null
[src]

The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value of the previous call's NextToken response to indicate where the output should continue from.

§
ResourceId: string
[src]

The ID of the resource with the tags to list.

You can specify any of the following taggable resources.

  • Amazon Web Services account – specify the account ID number.
  • Organizational unit – specify the OU ID that begins with ou- and looks similar to: ou-_1a2b-34uvwxyz_
  • Root – specify the root ID that begins with r- and looks similar to: r-_1a2b_
  • Policy – specify the policy ID that begins with p- andlooks similar to: p-_12abcdefg3_