Class: Aws::Pricing::Types::GetAttributeValuesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pricing::Types::GetAttributeValuesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pricing/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attribute_values ⇒ Array<Types::AttributeValue>
The list of values for an attribute.
-
#next_token ⇒ String
The pagination token that indicates the next set of results to retrieve.
Instance Attribute Details
#attribute_values ⇒ Array<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`.
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_token ⇒ String
The pagination token that indicates the next set of results to retrieve.
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 |