AWSEC2PciId
Objective-C
@interface AWSEC2PciId
Swift
class AWSEC2PciId
Describes the data that identifies an Amazon FPGA image (AFI) on the PCI bus.
-
The ID of the device.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable deviceId;
Swift
var deviceId: String? { get set }
-
The ID of the subsystem.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable subsystemId;
Swift
var subsystemId: String? { get set }
-
The ID of the vendor for the subsystem.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable subsystemVendorId;
Swift
var subsystemVendorId: String? { get set }
-
The ID of the vendor.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable vendorId;
Swift
var vendorId: String? { get set }