Class: Aws::EC2::Types::CopyFpgaImageResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::CopyFpgaImageResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #fpga_image_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the new AFI.
 
Instance Attribute Details
#fpga_image_id ⇒ String
The ID of the new AFI.
      7066 7067 7068 7069 7070  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 7066 class CopyFpgaImageResult < Struct.new( :fpga_image_id) SENSITIVE = [] include Aws::Structure end  |