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)


52419
52420
52421
52422
52423
52424
52425
52426
# File 'lib/aws-sdk-ec2/types.rb', line 52419

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)


52419
52420
52421
52422
52423
52424
52425
52426
# File 'lib/aws-sdk-ec2/types.rb', line 52419

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)


52419
52420
52421
52422
52423
52424
52425
52426
# File 'lib/aws-sdk-ec2/types.rb', line 52419

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)


52419
52420
52421
52422
52423
52424
52425
52426
# File 'lib/aws-sdk-ec2/types.rb', line 52419

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