Class: Aws::ResourceGroupsTaggingAPI::Types::GetTagValuesOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResourceGroupsTaggingAPI::Types::GetTagValuesOutput
- 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.
-
#tag_values ⇒ Array<String>
A list of all tag values for the specified key currently used in the specified Amazon Web Services Region for the calling account.
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.
540 541 542 543 544 545 |
# File 'lib/aws-sdk-resourcegroupstaggingapi/types.rb', line 540 class GetTagValuesOutput < Struct.new( :pagination_token, :tag_values) SENSITIVE = [] include Aws::Structure end |
#tag_values ⇒ Array<String>
A list of all tag values for the specified key currently used in the specified Amazon Web Services Region for the calling account.
540 541 542 543 544 545 |
# File 'lib/aws-sdk-resourcegroupstaggingapi/types.rb', line 540 class GetTagValuesOutput < Struct.new( :pagination_token, :tag_values) SENSITIVE = [] include Aws::Structure end |