Class: Aws::ResourceGroupsTaggingAPI::Types::GetTagValuesOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResourceGroupsTaggingAPI::Types::GetTagValuesOutput
- Defined in:
- gems/aws-sdk-resourcegroupstaggingapi/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.
587 588 589 590 591 592 |
# File 'gems/aws-sdk-resourcegroupstaggingapi/lib/aws-sdk-resourcegroupstaggingapi/types.rb', line 587 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.
587 588 589 590 591 592 |
# File 'gems/aws-sdk-resourcegroupstaggingapi/lib/aws-sdk-resourcegroupstaggingapi/types.rb', line 587 class GetTagValuesOutput < Struct.new( :pagination_token, :tag_values) SENSITIVE = [] include Aws::Structure end |