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
show all
Defined in:
(unknown)

Overview

The offering for an Elastic Inference Accelerator type.

Instance Attribute Summary collapse

Instance Attribute Details

#accelerator_typeString

The name of the Elastic Inference Accelerator type.

Returns:

  • (String)

    The name of the Elastic Inference Accelerator type.

#locationString

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.

Returns:

  • (String)

    The location for the offering.

#location_typeString

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

Returns:

  • (String)

    The location type for the offering.