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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

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:



195
196
197
198
199
200
# File 'lib/aws-sdk-pricing/types.rb', line 195

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

#next_tokenString

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

Returns:

  • (String)


195
196
197
198
199
200
# File 'lib/aws-sdk-pricing/types.rb', line 195

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