You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

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

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#device_idString

The ID of the device.

Returns:

  • (String)

    The ID of the device.

#subsystem_idString

The ID of the subsystem.

Returns:

  • (String)

    The ID of the subsystem.

#subsystem_vendor_idString

The ID of the vendor for the subsystem.

Returns:

  • (String)

    The ID of the vendor for the subsystem.

#vendor_idString

The ID of the vendor.

Returns:

  • (String)

    The ID of the vendor.