Class: Aws::Pricing::Types::GetAttributeValuesResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-pricing/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_valuesArray<Types::AttributeValue>

The list of values for an attribute. For example, ‘Throughput Optimized HDD` and `Provisioned IOPS` are two available values for the `AmazonEC2` `volumeType`.

Returns:



191
192
193
194
195
# File 'lib/aws-sdk-pricing/types.rb', line 191

class GetAttributeValuesResponse < Struct.new(
  :attribute_values,
  :next_token)
  include Aws::Structure
end

#next_tokenString

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

Returns:

  • (String)


191
192
193
194
195
# File 'lib/aws-sdk-pricing/types.rb', line 191

class GetAttributeValuesResponse < Struct.new(
  :attribute_values,
  :next_token)
  include Aws::Structure
end