Class: Aws::EC2::Types::LaunchTemplateElasticInferenceAccelerator

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Note:

When making an API call, you may pass LaunchTemplateElasticInferenceAccelerator data as a hash:

{
  type: "String", # required
}

Describes an elastic inference accelerator.

Instance Attribute Summary collapse

Instance Attribute Details

#typeString

The type of elastic inference accelerator. The possible values are eia1.medium, eia1.large, and eia1.xlarge.

Returns:

  • (String)


23938
23939
23940
23941
# File 'lib/aws-sdk-ec2/types.rb', line 23938

class LaunchTemplateElasticInferenceAccelerator < Struct.new(
  :type)
  include Aws::Structure
end