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)


46576
46577
46578
46579
46580
46581
46582
46583
# File 'lib/aws-sdk-ec2/types.rb', line 46576

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

#manufacturerString

The manufacturer of the media accelerator.

Returns:

  • (String)


46576
46577
46578
46579
46580
46581
46582
46583
# File 'lib/aws-sdk-ec2/types.rb', line 46576

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.



46576
46577
46578
46579
46580
46581
46582
46583
# File 'lib/aws-sdk-ec2/types.rb', line 46576

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

#nameString

The name of the media accelerator.

Returns:

  • (String)


46576
46577
46578
46579
46580
46581
46582
46583
# File 'lib/aws-sdk-ec2/types.rb', line 46576

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