Class: Aws::ElasticInference::Types::DescribeAcceleratorOfferingsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticInference::Types::DescribeAcceleratorOfferingsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticinference/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#accelerator_type_offerings ⇒ Array<Types::AcceleratorTypeOffering>
The list of accelerator type offerings for a specific location.
Instance Attribute Details
#accelerator_type_offerings ⇒ Array<Types::AcceleratorTypeOffering>
The list of accelerator type offerings for a specific location.
110 111 112 113 114 |
# File 'lib/aws-sdk-elasticinference/types.rb', line 110 class DescribeAcceleratorOfferingsResponse < Struct.new( :accelerator_type_offerings) SENSITIVE = [] include Aws::Structure end |