Class: Aws::EC2::Types::LaunchTemplateElasticInferenceAccelerator
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::LaunchTemplateElasticInferenceAccelerator
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Describes an elastic inference accelerator.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#count ⇒ Integer
The number of elastic inference accelerators to attach to the instance.
-
#type ⇒ String
The type of elastic inference accelerator.
Instance Attribute Details
#count ⇒ Integer
The number of elastic inference accelerators to attach to the instance.
Default: 1
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 |
#type ⇒ String
The type of elastic inference accelerator. The possible values are eia1.medium, eia1.large, and eia1.xlarge.
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 |