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

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

Overview

<note markdown=“1”> Amazon Elastic Inference is no longer available.

</note>

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.

Returns:

  • (Integer)


56155
56156
56157
56158
56159
56160
# File 'lib/aws-sdk-ec2/types.rb', line 56155

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)


56155
56156
56157
56158
56159
56160
# File 'lib/aws-sdk-ec2/types.rb', line 56155

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