Class: Aws::EC2::Types::LaunchTemplateElasticInferenceAcceleratorResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::LaunchTemplateElasticInferenceAcceleratorResponse
 
 
- 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
- 
  
    
      #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
      47832 47833 47834 47835 47836 47837  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 47832 class LaunchTemplateElasticInferenceAcceleratorResponse < 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.
      47832 47833 47834 47835 47836 47837  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 47832 class LaunchTemplateElasticInferenceAcceleratorResponse < Struct.new( :type, :count) SENSITIVE = [] include Aws::Structure end  |