Class: Aws::ResourceGroupsTaggingAPI::Types::GetTagValuesOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


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_valuesArray<String>

A list of all tag values for the specified key currently used in the specified Amazon Web Services Region for the calling account.

Returns:

  • (Array<String>)


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