Class: Aws::EC2::Types::LaunchTemplateElasticInferenceAcceleratorResponse

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

Overview

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)


23952
23953
23954
23955
# File 'lib/aws-sdk-ec2/types.rb', line 23952

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