Class: Aws::EC2::Types::MediaAcceleratorInfo
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::MediaAcceleratorInfo
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Describes the media accelerators for the instance type.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #accelerators  ⇒ Array<Types::MediaDeviceInfo> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Describes the media accelerators for the instance type.
 - 
  
    
      #total_media_memory_in_mi_b  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The total size of the memory for the media accelerators for the instance type, in MiB.
 
Instance Attribute Details
#accelerators ⇒ Array<Types::MediaDeviceInfo>
Describes the media accelerators for the instance type.
      50644 50645 50646 50647 50648 50649  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 50644 class MediaAcceleratorInfo < Struct.new( :accelerators, :total_media_memory_in_mi_b) SENSITIVE = [] include Aws::Structure end  | 
  
#total_media_memory_in_mi_b ⇒ Integer
The total size of the memory for the media accelerators for the instance type, in MiB.
      50644 50645 50646 50647 50648 50649  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 50644 class MediaAcceleratorInfo < Struct.new( :accelerators, :total_media_memory_in_mi_b) SENSITIVE = [] include Aws::Structure end  |