Class: Aws::ResourceGroupsTaggingAPI::Types::GetResourcesOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResourceGroupsTaggingAPI::Types::GetResourcesOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resourcegroupstaggingapi/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#pagination_token ⇒ String
A string that indicates that there is more data available than this response contains.
-
#resource_tag_mapping_list ⇒ Array<Types::ResourceTagMapping>
A list of resource ARNs and the tags (keys and values) associated with each.
Instance Attribute Details
#pagination_token ⇒ String
A string that indicates that there is more data available than this response contains. To receive the next part of the response, specify this response value as the ‘PaginationToken` value in the request for the next page.
464 465 466 467 468 469 |
# File 'lib/aws-sdk-resourcegroupstaggingapi/types.rb', line 464 class GetResourcesOutput < Struct.new( :pagination_token, :resource_tag_mapping_list) SENSITIVE = [] include Aws::Structure end |
#resource_tag_mapping_list ⇒ Array<Types::ResourceTagMapping>
A list of resource ARNs and the tags (keys and values) associated with each.
464 465 466 467 468 469 |
# File 'lib/aws-sdk-resourcegroupstaggingapi/types.rb', line 464 class GetResourcesOutput < Struct.new( :pagination_token, :resource_tag_mapping_list) SENSITIVE = [] include Aws::Structure end |