Class: Aws::EC2::Types::ElasticGpus
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::ElasticGpus
 
 
- 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>
Describes an Elastic Graphics accelerator.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #availability_zone  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Availability Zone in the which the Elastic Graphics accelerator resides.
 - 
  
    
      #elastic_gpu_health  ⇒ Types::ElasticGpuHealth 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The status of the Elastic Graphics accelerator.
 - 
  
    
      #elastic_gpu_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the Elastic Graphics accelerator.
 - 
  
    
      #elastic_gpu_state  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The state of the Elastic Graphics accelerator.
 - 
  
    
      #elastic_gpu_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The type of Elastic Graphics accelerator.
 - 
  
    
      #instance_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the instance to which the Elastic Graphics accelerator is attached.
 - 
  
    
      #tags  ⇒ Array<Types::Tag> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The tags assigned to the Elastic Graphics accelerator.
 
Instance Attribute Details
#availability_zone ⇒ String
The Availability Zone in the which the Elastic Graphics accelerator resides.
      33250 33251 33252 33253 33254 33255 33256 33257 33258 33259 33260  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 33250 class ElasticGpus < Struct.new( :elastic_gpu_id, :availability_zone, :elastic_gpu_type, :elastic_gpu_health, :elastic_gpu_state, :instance_id, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#elastic_gpu_health ⇒ Types::ElasticGpuHealth
The status of the Elastic Graphics accelerator.
      33250 33251 33252 33253 33254 33255 33256 33257 33258 33259 33260  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 33250 class ElasticGpus < Struct.new( :elastic_gpu_id, :availability_zone, :elastic_gpu_type, :elastic_gpu_health, :elastic_gpu_state, :instance_id, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#elastic_gpu_id ⇒ String
The ID of the Elastic Graphics accelerator.
      33250 33251 33252 33253 33254 33255 33256 33257 33258 33259 33260  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 33250 class ElasticGpus < Struct.new( :elastic_gpu_id, :availability_zone, :elastic_gpu_type, :elastic_gpu_health, :elastic_gpu_state, :instance_id, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#elastic_gpu_state ⇒ String
The state of the Elastic Graphics accelerator.
      33250 33251 33252 33253 33254 33255 33256 33257 33258 33259 33260  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 33250 class ElasticGpus < Struct.new( :elastic_gpu_id, :availability_zone, :elastic_gpu_type, :elastic_gpu_health, :elastic_gpu_state, :instance_id, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#elastic_gpu_type ⇒ String
The type of Elastic Graphics accelerator.
      33250 33251 33252 33253 33254 33255 33256 33257 33258 33259 33260  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 33250 class ElasticGpus < Struct.new( :elastic_gpu_id, :availability_zone, :elastic_gpu_type, :elastic_gpu_health, :elastic_gpu_state, :instance_id, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#instance_id ⇒ String
The ID of the instance to which the Elastic Graphics accelerator is attached.
      33250 33251 33252 33253 33254 33255 33256 33257 33258 33259 33260  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 33250 class ElasticGpus < Struct.new( :elastic_gpu_id, :availability_zone, :elastic_gpu_type, :elastic_gpu_health, :elastic_gpu_state, :instance_id, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#tags ⇒ Array<Types::Tag>
The tags assigned to the Elastic Graphics accelerator.
      33250 33251 33252 33253 33254 33255 33256 33257 33258 33259 33260  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 33250 class ElasticGpus < Struct.new( :elastic_gpu_id, :availability_zone, :elastic_gpu_type, :elastic_gpu_health, :elastic_gpu_state, :instance_id, :tags) SENSITIVE = [] include Aws::Structure end  |