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)


27580
27581
27582
27583
27584
27585
27586
# File 'lib/aws-sdk-ec2/types.rb', line 27580

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)


27580
27581
27582
27583
27584
27585
27586
# File 'lib/aws-sdk-ec2/types.rb', line 27580

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)


27580
27581
27582
27583
27584
27585
27586
# File 'lib/aws-sdk-ec2/types.rb', line 27580

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)


27580
27581
27582
27583
27584
27585
27586
# File 'lib/aws-sdk-ec2/types.rb', line 27580

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