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

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

Overview

Amazon Elastic Inference is no longer available.

Describes an elastic inference accelerator.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#countInteger

The number of elastic inference accelerators to attach to the instance.

Default: 1

Returns:

  • (Integer)


46677
46678
46679
46680
46681
46682
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 46677

class LaunchTemplateElasticInferenceAccelerator < Struct.new(
  :type,
  :count)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

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

Returns:

  • (String)


46677
46678
46679
46680
46681
46682
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 46677

class LaunchTemplateElasticInferenceAccelerator < Struct.new(
  :type,
  :count)
  SENSITIVE = []
  include Aws::Structure
end