Class: Aws::EC2::Types::MediaDeviceInfo

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#countInteger

The number of media accelerators for the instance type.

Returns:

  • (Integer)


46828
46829
46830
46831
46832
46833
46834
46835
# File 'lib/aws-sdk-ec2/types.rb', line 46828

class MediaDeviceInfo < Struct.new(
  :count,
  :name,
  :manufacturer,
  :memory_info)
  SENSITIVE = []
  include Aws::Structure
end

#manufacturerString

The manufacturer of the media accelerator.

Returns:

  • (String)


46828
46829
46830
46831
46832
46833
46834
46835
# File 'lib/aws-sdk-ec2/types.rb', line 46828

class MediaDeviceInfo < Struct.new(
  :count,
  :name,
  :manufacturer,
  :memory_info)
  SENSITIVE = []
  include Aws::Structure
end

#memory_infoTypes::MediaDeviceMemoryInfo

Describes the memory available to the media accelerator.



46828
46829
46830
46831
46832
46833
46834
46835
# File 'lib/aws-sdk-ec2/types.rb', line 46828

class MediaDeviceInfo < Struct.new(
  :count,
  :name,
  :manufacturer,
  :memory_info)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the media accelerator.

Returns:

  • (String)


46828
46829
46830
46831
46832
46833
46834
46835
# File 'lib/aws-sdk-ec2/types.rb', line 46828

class MediaDeviceInfo < Struct.new(
  :count,
  :name,
  :manufacturer,
  :memory_info)
  SENSITIVE = []
  include Aws::Structure
end