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_name ⇒ String

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_results ⇒ Integer

The maximum number of results to return in response.

Returns:

  • (Integer) —

    The maximum number of results to return in response.

#next_token ⇒ String

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_code ⇒ String

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.