class Aws::Organizations::Types::ListTagsForResourceRequest

@note When making an API call, you may pass ListTagsForResourceRequest

data as a hash:

    {
      resource_id: "TaggableResourceId", # required
      next_token: "NextToken",
    }

@!attribute [rw] resource_id

The ID of the resource with the tags to list.

You can specify any of the following taggable resources.

* AWS 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 `
@return [String]

@!attribute [rw] next_token

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.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/ListTagsForResourceRequest AWS API Documentation

Constants

SENSITIVE