Class: Aws::EC2::Types::CreateFpgaImageResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::CreateFpgaImageResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #fpga_image_global_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The global FPGA image identifier (AGFI ID).
 - 
  
    
      #fpga_image_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The FPGA image identifier (AFI ID).
 
Instance Attribute Details
#fpga_image_global_id ⇒ String
The global FPGA image identifier (AGFI ID).
      9048 9049 9050 9051 9052 9053  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 9048 class CreateFpgaImageResult < Struct.new( :fpga_image_id, :fpga_image_global_id) SENSITIVE = [] include Aws::Structure end  | 
  
#fpga_image_id ⇒ String
The FPGA image identifier (AFI ID).
      9048 9049 9050 9051 9052 9053  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 9048 class CreateFpgaImageResult < Struct.new( :fpga_image_id, :fpga_image_global_id) SENSITIVE = [] include Aws::Structure end  |