You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::ElasticInference::Types::DescribeAcceleratorOfferingsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticInference::Types::DescribeAcceleratorOfferingsRequest
- Defined in:
- (unknown)
Overview
When passing DescribeAcceleratorOfferingsRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
location_type: "region", # required, accepts region, availability-zone, availability-zone-id
accelerator_types: ["AcceleratorTypeName"],
}
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.
#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.
Possible values:
- region
- availability-zone
- availability-zone-id