Class: Aws::ElasticInference::Types::DescribeAcceleratorOfferingsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elasticinference/lib/aws-sdk-elasticinference/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#accelerator_type_offeringsArray<Types::AcceleratorTypeOffering>

The list of accelerator type offerings for a specific location.

Returns:



110
111
112
113
114
# File 'gems/aws-sdk-elasticinference/lib/aws-sdk-elasticinference/types.rb', line 110

class DescribeAcceleratorOfferingsResponse < Struct.new(
  :accelerator_type_offerings)
  SENSITIVE = []
  include Aws::Structure
end