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

Overview

Note:

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

Instance Attribute Details

#accelerator_typesArray<String>

The list of accelerator types to describe.

Returns:

  • (Array<String>)

    The list of accelerator types to describe.

#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.

Possible values:

  • region
  • availability-zone
  • availability-zone-id

Returns:

  • (String)

    The location type that you want to describe accelerator type offerings for.