PciId

public struct PciId : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ID of the device.

    Declaration

    Swift

    public let deviceId: String?
  • The ID of the subsystem.

    Declaration

    Swift

    public let subsystemId: String?
  • The ID of the vendor for the subsystem.

    Declaration

    Swift

    public let subsystemVendorId: String?
  • The ID of the vendor.

    Declaration

    Swift

    public let vendorId: String?
  • Undocumented

    Declaration

    Swift

    public init(deviceId: String? = nil, subsystemId: String? = nil, subsystemVendorId: String? = nil, vendorId: String? = nil)