Class: Aws::ElasticInference::Types::DescribeAcceleratorOfferingsRequest

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_typesArray<String>

The list of accelerator types to describe.

Returns:

  • (Array<String>)


97
98
99
100
101
102
# File 'gems/aws-sdk-elasticinference/lib/aws-sdk-elasticinference/types.rb', line 97

class DescribeAcceleratorOfferingsRequest < Struct.new(
  :location_type,
  :accelerator_types)
  SENSITIVE = []
  include Aws::Structure
end

#location_typeString

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.

Returns:

  • (String)


97
98
99
100
101
102
# File 'gems/aws-sdk-elasticinference/lib/aws-sdk-elasticinference/types.rb', line 97

class DescribeAcceleratorOfferingsRequest < Struct.new(
  :location_type,
  :accelerator_types)
  SENSITIVE = []
  include Aws::Structure
end