Class: Aws::EC2::Types::FpgaDeviceInfo
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::FpgaDeviceInfo
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Describes the FPGA accelerator for the instance type.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #count  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The count of FPGA accelerators for the instance type.
 - 
  
    
      #manufacturer  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The manufacturer of the FPGA accelerator.
 - 
  
    
      #memory_info  ⇒ Types::FpgaDeviceMemoryInfo 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Describes the memory for the FPGA accelerator for the instance type.
 - 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the FPGA accelerator.
 
Instance Attribute Details
#count ⇒ Integer
The count of FPGA accelerators for the instance type.
      36322 36323 36324 36325 36326 36327 36328 36329  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 36322 class FpgaDeviceInfo < Struct.new( :name, :manufacturer, :count, :memory_info) SENSITIVE = [] include Aws::Structure end  | 
  
#manufacturer ⇒ String
The manufacturer of the FPGA accelerator.
      36322 36323 36324 36325 36326 36327 36328 36329  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 36322 class FpgaDeviceInfo < Struct.new( :name, :manufacturer, :count, :memory_info) SENSITIVE = [] include Aws::Structure end  | 
  
#memory_info ⇒ Types::FpgaDeviceMemoryInfo
Describes the memory for the FPGA accelerator for the instance type.
      36322 36323 36324 36325 36326 36327 36328 36329  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 36322 class FpgaDeviceInfo < Struct.new( :name, :manufacturer, :count, :memory_info) SENSITIVE = [] include Aws::Structure end  | 
  
#name ⇒ String
The name of the FPGA accelerator.
      36322 36323 36324 36325 36326 36327 36328 36329  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 36322 class FpgaDeviceInfo < Struct.new( :name, :manufacturer, :count, :memory_info) SENSITIVE = [] include Aws::Structure end  |