Class: Aws::Pricing::Types::GetAttributeValuesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pricing::Types::GetAttributeValuesRequest
- Defined in:
- gems/aws-sdk-pricing/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.
192 193 194 195 196 197 198 199 |
# File 'gems/aws-sdk-pricing/lib/aws-sdk-pricing/types.rb', line 192 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.
192 193 194 195 196 197 198 199 |
# File 'gems/aws-sdk-pricing/lib/aws-sdk-pricing/types.rb', line 192 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.
192 193 194 195 196 197 198 199 |
# File 'gems/aws-sdk-pricing/lib/aws-sdk-pricing/types.rb', line 192 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.
192 193 194 195 196 197 198 199 |
# File 'gems/aws-sdk-pricing/lib/aws-sdk-pricing/types.rb', line 192 class GetAttributeValuesRequest < Struct.new( :service_code, :attribute_name, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |