Class: Aws::EC2::Types::MediaDeviceMemoryInfo
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::EC2::Types::MediaDeviceMemoryInfo
 
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Describes the memory available to the media accelerator.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #size_in_mi_b  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The size of the memory available to each media accelerator, in MiB. 
Instance Attribute Details
#size_in_mi_b ⇒ Integer
The size of the memory available to each media accelerator, in MiB.
| 55233 55234 55235 55236 55237 | # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 55233 class MediaDeviceMemoryInfo < Struct.new( :size_in_mi_b) SENSITIVE = [] include Aws::Structure end |