Class: Aws::ResourceGroupsTaggingAPI::Types::GetResourcesOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-resourcegroupstaggingapi/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#pagination_tokenString

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.

Returns:

  • (String)


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_listArray<Types::ResourceTagMapping>

A list of resource ARNs and the tags (keys and values) associated with each.

Returns:



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