Class: Aws::EC2::Types::FpgaImageAttribute
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::FpgaImageAttribute
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Describes an Amazon FPGA image (AFI) attribute.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The description of the AFI.
 - 
  
    
      #fpga_image_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the AFI.
 - 
  
    
      #load_permissions  ⇒ Array<Types::LoadPermission> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The load permissions.
 - 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the AFI.
 - 
  
    
      #product_codes  ⇒ Array<Types::ProductCode> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The product codes.
 
Instance Attribute Details
#description ⇒ String
The description of the AFI.
      36931 36932 36933 36934 36935 36936 36937 36938 36939  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 36931 class FpgaImageAttribute < Struct.new( :fpga_image_id, :name, :description, :load_permissions, :product_codes) SENSITIVE = [] include Aws::Structure end  | 
  
#fpga_image_id ⇒ String
The ID of the AFI.
      36931 36932 36933 36934 36935 36936 36937 36938 36939  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 36931 class FpgaImageAttribute < Struct.new( :fpga_image_id, :name, :description, :load_permissions, :product_codes) SENSITIVE = [] include Aws::Structure end  | 
  
#load_permissions ⇒ Array<Types::LoadPermission>
The load permissions.
      36931 36932 36933 36934 36935 36936 36937 36938 36939  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 36931 class FpgaImageAttribute < Struct.new( :fpga_image_id, :name, :description, :load_permissions, :product_codes) SENSITIVE = [] include Aws::Structure end  | 
  
#name ⇒ String
The name of the AFI.
      36931 36932 36933 36934 36935 36936 36937 36938 36939  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 36931 class FpgaImageAttribute < Struct.new( :fpga_image_id, :name, :description, :load_permissions, :product_codes) SENSITIVE = [] include Aws::Structure end  | 
  
#product_codes ⇒ Array<Types::ProductCode>
The product codes.
      36931 36932 36933 36934 36935 36936 36937 36938 36939  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 36931 class FpgaImageAttribute < Struct.new( :fpga_image_id, :name, :description, :load_permissions, :product_codes) SENSITIVE = [] include Aws::Structure end  |