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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#device_idString

The ID of the device.

Returns:

  • (String)


69586
69587
69588
69589
69590
69591
69592
69593
# File 'lib/aws-sdk-ec2/types.rb', line 69586

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

#subsystem_idString

The ID of the subsystem.

Returns:

  • (String)


69586
69587
69588
69589
69590
69591
69592
69593
# File 'lib/aws-sdk-ec2/types.rb', line 69586

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

#subsystem_vendor_idString

The ID of the vendor for the subsystem.

Returns:

  • (String)


69586
69587
69588
69589
69590
69591
69592
69593
# File 'lib/aws-sdk-ec2/types.rb', line 69586

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

#vendor_idString

The ID of the vendor.

Returns:

  • (String)


69586
69587
69588
69589
69590
69591
69592
69593
# File 'lib/aws-sdk-ec2/types.rb', line 69586

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