You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::ElasticInference::Types::AcceleratorTypeOffering
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticInference::Types::AcceleratorTypeOffering
- Defined in:
- (unknown)
Overview
The offering for an Elastic Inference Accelerator type.
Instance Attribute Summary collapse
-
#accelerator_type ⇒ String
The name of the Elastic Inference Accelerator type.
-
#location ⇒ String
The location for the offering.
-
#location_type ⇒ String
The location type for the offering.
Instance Attribute Details
#accelerator_type ⇒ String
The name of the Elastic Inference Accelerator type.
#location ⇒ String
The location for the offering. It will return either the region, availability zone or availability zone id for the offering depending on the locationType value.
#location_type ⇒ String
The location type for the offering. It can assume the following values: region: defines that the offering is at the regional level. availability-zone: defines that the offering is at the availability zone level. availability-zone-id: defines that the offering is at the availability zone level, defined by the availability zone id.
Possible values:
- region
- availability-zone
- availability-zone-id