Class: Aws::EC2::Types::ElasticGpuSpecification
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::ElasticGpuSpecification
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
<note markdown=“1”> Amazon Elastic Graphics reached end of life on January 8, 2024.
</note>
A specification for an Elastic Graphics accelerator.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The type of Elastic Graphics accelerator.
 
Instance Attribute Details
#type ⇒ String
The type of Elastic Graphics accelerator.
      33180 33181 33182 33183 33184  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 33180 class ElasticGpuSpecification < Struct.new( :type) SENSITIVE = [] include Aws::Structure end  |