Class: Aws::Pricing::Types::GetAttributeValuesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pricing::Types::GetAttributeValuesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pricing/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attribute_name ⇒ String
The name of the attribute that you want to retrieve the values for, such as
volumeType. -
#max_results ⇒ Integer
The maximum number of results to return in response.
-
#next_token ⇒ String
The pagination token that indicates the next set of results that you want to retrieve.
-
#service_code ⇒ String
The service code for the service whose attributes you want to retrieve.
Instance Attribute Details
#attribute_name ⇒ String
The name of the attribute that you want to retrieve the values for, such as volumeType.
173 174 175 176 177 178 179 180 |
# File 'lib/aws-sdk-pricing/types.rb', line 173 class GetAttributeValuesRequest < Struct.new( :service_code, :attribute_name, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return in response.
173 174 175 176 177 178 179 180 |
# File 'lib/aws-sdk-pricing/types.rb', line 173 class GetAttributeValuesRequest < Struct.new( :service_code, :attribute_name, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token that indicates the next set of results that you want to retrieve.
173 174 175 176 177 178 179 180 |
# File 'lib/aws-sdk-pricing/types.rb', line 173 class GetAttributeValuesRequest < Struct.new( :service_code, :attribute_name, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#service_code ⇒ String
The service code for the service whose attributes you want to retrieve. For example, if you want the retrieve an EC2 attribute, use AmazonEC2.
173 174 175 176 177 178 179 180 |
# File 'lib/aws-sdk-pricing/types.rb', line 173 class GetAttributeValuesRequest < Struct.new( :service_code, :attribute_name, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |