Class: Aws::EC2::Types::MediaDeviceInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::MediaDeviceInfo
- 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
-
#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.
47308 47309 47310 47311 47312 47313 47314 47315 |
# File 'lib/aws-sdk-ec2/types.rb', line 47308 class MediaDeviceInfo < Struct.new( :count, :name, :manufacturer, :memory_info) SENSITIVE = [] include Aws::Structure end |
#manufacturer ⇒ String
The manufacturer of the media accelerator.
47308 47309 47310 47311 47312 47313 47314 47315 |
# File 'lib/aws-sdk-ec2/types.rb', line 47308 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.
47308 47309 47310 47311 47312 47313 47314 47315 |
# File 'lib/aws-sdk-ec2/types.rb', line 47308 class MediaDeviceInfo < Struct.new( :count, :name, :manufacturer, :memory_info) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the media accelerator.
47308 47309 47310 47311 47312 47313 47314 47315 |
# File 'lib/aws-sdk-ec2/types.rb', line 47308 class MediaDeviceInfo < Struct.new( :count, :name, :manufacturer, :memory_info) SENSITIVE = [] include Aws::Structure end |