Class: Aws::ElasticInference::Types::DescribeAcceleratorOfferingsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticInference::Types::DescribeAcceleratorOfferingsResponse
- Defined in:
- gems/aws-sdk-elasticinference/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.
118 119 120 121 122 |
# File 'gems/aws-sdk-elasticinference/lib/aws-sdk-elasticinference/types.rb', line 118 class DescribeAcceleratorOfferingsResponse < Struct.new( :accelerator_type_offerings) SENSITIVE = [] include Aws::Structure end |