Class: Aws::EC2::Types::PciId

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Describes the data that identifies an Amazon FPGA image (AFI) on the PCI bus.

Instance Attribute Summary collapse

Instance Attribute Details

#device_idString

The ID of the device.

Returns:

  • (String)


17828
17829
17830
17831
17832
17833
17834
# File 'lib/aws-sdk-ec2/types.rb', line 17828

class PciId < Struct.new(
  :device_id,
  :vendor_id,
  :subsystem_id,
  :subsystem_vendor_id)
  include Aws::Structure
end

#subsystem_idString

The ID of the subsystem.

Returns:

  • (String)


17828
17829
17830
17831
17832
17833
17834
# File 'lib/aws-sdk-ec2/types.rb', line 17828

class PciId < Struct.new(
  :device_id,
  :vendor_id,
  :subsystem_id,
  :subsystem_vendor_id)
  include Aws::Structure
end

#subsystem_vendor_idString

The ID of the vendor for the subsystem.

Returns:

  • (String)


17828
17829
17830
17831
17832
17833
17834
# File 'lib/aws-sdk-ec2/types.rb', line 17828

class PciId < Struct.new(
  :device_id,
  :vendor_id,
  :subsystem_id,
  :subsystem_vendor_id)
  include Aws::Structure
end

#vendor_idString

The ID of the vendor.

Returns:

  • (String)


17828
17829
17830
17831
17832
17833
17834
# File 'lib/aws-sdk-ec2/types.rb', line 17828

class PciId < Struct.new(
  :device_id,
  :vendor_id,
  :subsystem_id,
  :subsystem_vendor_id)
  include Aws::Structure
end