AWSEC2CreateFpgaImageResult

Objective-C

@interface AWSEC2CreateFpgaImageResult

Swift

class AWSEC2CreateFpgaImageResult
  • The global FPGA image identifier (AGFI ID).

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable fpgaImageGlobalId;

    Swift

    var fpgaImageGlobalId: String? { get set }
  • The FPGA image identifier (AFI ID).

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable fpgaImageId;

    Swift

    var fpgaImageId: String? { get set }