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.
49978 49979 49980 49981 49982 49983 |
# File 'lib/aws-sdk-ec2/types.rb', line 49978 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.
49978 49979 49980 49981 49982 49983 |
# File 'lib/aws-sdk-ec2/types.rb', line 49978 class MediaAcceleratorInfo < Struct.new( :accelerators, :total_media_memory_in_mi_b) SENSITIVE = [] include Aws::Structure end |