You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Pricing::Types::GetAttributeValuesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pricing::Types::GetAttributeValuesResponse
- Defined in:
- (unknown)
Overview
Returned by:
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
.
#next_token ⇒ String
The pagination token that indicates the next set of results to retrieve.