class Aws::Pricing::Types::GetAttributeValuesRequest

@note When making an API call, you may pass GetAttributeValuesRequest

data as a hash:

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

@!attribute [rw] service_code

The service code for the service whose attributes you want to
retrieve. For example, if you want the retrieve an EC2 attribute,
use `AmazonEC2`.
@return [String]

@!attribute [rw] attribute_name

The name of the attribute that you want to retrieve the values for,
such as `volumeType`.
@return [String]

@!attribute [rw] next_token

The pagination token that indicates the next set of results that you
want to retrieve.
@return [String]

@!attribute [rw] max_results

The maximum number of results to return in response.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/pricing-2017-10-15/GetAttributeValuesRequest AWS API Documentation

Constants

SENSITIVE