Class: Aws::Organizations::Types::ListTagsForResourceRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

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.

Returns:

  • (String)


3522
3523
3524
3525
3526
3527
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 3522

class ListTagsForResourceRequest < Struct.new(
  :resource_id,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#resource_idString

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

Returns:

  • (String)


3522
3523
3524
3525
3526
3527
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 3522

class ListTagsForResourceRequest < Struct.new(
  :resource_id,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end