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

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

Instance Attribute Details

#countInteger

The number of media accelerators for the instance type.

Returns:

  • (Integer)


46653
46654
46655
46656
46657
46658
46659
46660
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 46653

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

#manufacturerString

The manufacturer of the media accelerator.

Returns:

  • (String)


46653
46654
46655
46656
46657
46658
46659
46660
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 46653

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.



46653
46654
46655
46656
46657
46658
46659
46660
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 46653

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

#nameString

The name of the media accelerator.

Returns:

  • (String)


46653
46654
46655
46656
46657
46658
46659
46660
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 46653

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