Class: Aws::ResourceGroupsTaggingAPI::Types::GetTagKeysOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResourceGroupsTaggingAPI::Types::GetTagKeysOutput
- 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_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.
537 538 539 540 541 542 |
# File 'gems/aws-sdk-resourcegroupstaggingapi/lib/aws-sdk-resourcegroupstaggingapi/types.rb', line 537 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.
537 538 539 540 541 542 |
# File 'gems/aws-sdk-resourcegroupstaggingapi/lib/aws-sdk-resourcegroupstaggingapi/types.rb', line 537 class GetTagKeysOutput < Struct.new( :pagination_token, :tag_keys) SENSITIVE = [] include Aws::Structure end |