Class: Aws::ResourceGroupsTaggingAPI::Types::GetTagKeysOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-resourcegroupstaggingapi/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)


498
499
500
501
502
503
# File 'gems/aws-sdk-resourcegroupstaggingapi/lib/aws-sdk-resourcegroupstaggingapi/types.rb', line 498

class GetTagKeysOutput < Struct.new(
  :pagination_token,
  :tag_keys)
  SENSITIVE = []
  include Aws::Structure
end

#tag_keysArray<String>

A list of all tag keys in the Amazon Web Services account.

Returns:

  • (Array<String>)


498
499
500
501
502
503
# File 'gems/aws-sdk-resourcegroupstaggingapi/lib/aws-sdk-resourcegroupstaggingapi/types.rb', line 498

class GetTagKeysOutput < Struct.new(
  :pagination_token,
  :tag_keys)
  SENSITIVE = []
  include Aws::Structure
end