class Aws::ElasticInference::Types::DescribeAcceleratorOfferingsRequest

@note When making an API call, you may pass DescribeAcceleratorOfferingsRequest

data as a hash:

    {
      location_type: "region", # required, accepts region, availability-zone, availability-zone-id
      accelerator_types: ["AcceleratorTypeName"],
    }

@!attribute [rw] location_type

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.
@return [String]

@!attribute [rw] accelerator_types

The list of accelerator types to describe.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/elastic-inference-2017-07-25/DescribeAcceleratorOfferingsRequest AWS API Documentation

Constants

SENSITIVE