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

Class: Aws::Pricing::Types::GetAttributeValuesRequest

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

Overview

Note:

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

{
  service_code: "String", # required
  attribute_name: "String", # required
  next_token: "String",
  max_results: 1,
}

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_nameString

The name of the attribute that you want to retrieve the values for, such as volumeType.

Returns:

  • (String)

    The name of the attribute that you want to retrieve the values for, such as volumeType.

#max_resultsInteger

The maximum number of results to return in response.

Returns:

  • (Integer)

    The maximum number of results to return in response.

#next_tokenString

The pagination token that indicates the next set of results that you want to retrieve.

Returns:

  • (String)

    The pagination token that indicates the next set of results that you want to retrieve.

#service_codeString

The service code for the service whose attributes you want to retrieve. For example, if you want the retrieve an EC2 attribute, use AmazonEC2.

Returns:

  • (String)

    The service code for the service whose attributes you want to retrieve.