Class: Aws::EC2::Types::MediaDeviceInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::MediaDeviceInfo
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Describes the media accelerators for the instance type.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#count ⇒ Integer
The number of media accelerators for the instance type.
-
#manufacturer ⇒ String
The manufacturer of the media accelerator.
-
#memory_info ⇒ Types::MediaDeviceMemoryInfo
Describes the memory available to the media accelerator.
-
#name ⇒ String
The name of the media accelerator.
Instance Attribute Details
#count ⇒ Integer
The number of media accelerators for the instance type.
50165 50166 50167 50168 50169 50170 50171 50172 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 50165 class MediaDeviceInfo < Struct.new( :count, :name, :manufacturer, :memory_info) SENSITIVE = [] include Aws::Structure end |
#manufacturer ⇒ String
The manufacturer of the media accelerator.
50165 50166 50167 50168 50169 50170 50171 50172 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 50165 class MediaDeviceInfo < Struct.new( :count, :name, :manufacturer, :memory_info) SENSITIVE = [] include Aws::Structure end |
#memory_info ⇒ Types::MediaDeviceMemoryInfo
Describes the memory available to the media accelerator.
50165 50166 50167 50168 50169 50170 50171 50172 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 50165 class MediaDeviceInfo < Struct.new( :count, :name, :manufacturer, :memory_info) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the media accelerator.
50165 50166 50167 50168 50169 50170 50171 50172 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 50165 class MediaDeviceInfo < Struct.new( :count, :name, :manufacturer, :memory_info) SENSITIVE = [] include Aws::Structure end |