Class: Aws::ResourceGroupsTaggingAPI::Types::GetTagKeysOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResourceGroupsTaggingAPI::Types::GetTagKeysOutput
- 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_keys ⇒ Array<String>
A list of all tag keys in the Amazon Web Services 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.
498 499 500 501 502 503 |
# File 'lib/aws-sdk-resourcegroupstaggingapi/types.rb', line 498 class GetTagKeysOutput < Struct.new( :pagination_token, :tag_keys) SENSITIVE = [] include Aws::Structure end |
#tag_keys ⇒ Array<String>
A list of all tag keys in the Amazon Web Services account.
498 499 500 501 502 503 |
# File 'lib/aws-sdk-resourcegroupstaggingapi/types.rb', line 498 class GetTagKeysOutput < Struct.new( :pagination_token, :tag_keys) SENSITIVE = [] include Aws::Structure end |