You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ResourceGroupsTaggingAPI::Types::GetTagValuesInput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing GetTagValuesInput as input to an Aws::Client method, you can use a vanilla Hash:

{
  pagination_token: "PaginationToken",
  key: "TagKey", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#keyString

The key for which you want to list all existing values in the specified Region for the AWS account.

Returns:

  • (String)

    The key for which you want to list all existing values in the specified Region for the AWS account.

#pagination_tokenString

A string that indicates that additional data is available. Leave this value empty for your initial request. If the response includes a PaginationToken, use that string for this value to request an additional page of data.

Returns:

  • (String)

    A string that indicates that additional data is available.