Class: Aws::ElasticInference::Types::DescribeAcceleratorOfferingsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticInference::Types::DescribeAcceleratorOfferingsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticinference/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#accelerator_types ⇒ Array<String>
The list of accelerator types to describe.
-
#location_type ⇒ String
The location type that you want to describe accelerator type offerings for.
Instance Attribute Details
#accelerator_types ⇒ Array<String>
The list of accelerator types to describe.
97 98 99 100 101 102 |
# File 'lib/aws-sdk-elasticinference/types.rb', line 97 class DescribeAcceleratorOfferingsRequest < Struct.new( :location_type, :accelerator_types) SENSITIVE = [] include Aws::Structure end |
#location_type ⇒ String
The location type that you want to describe accelerator type offerings for. It can assume the following values: region: will return the accelerator type offering at the regional level. availability-zone: will return the accelerator type offering at the availability zone level. availability-zone-id: will return the accelerator type offering at the availability zone level returning the availability zone id.
97 98 99 100 101 102 |
# File 'lib/aws-sdk-elasticinference/types.rb', line 97 class DescribeAcceleratorOfferingsRequest < Struct.new( :location_type, :accelerator_types) SENSITIVE = [] include Aws::Structure end |