AWSEC2FpgaImageAttribute
Objective-C
@interface AWSEC2FpgaImageAttribute
Swift
class AWSEC2FpgaImageAttribute
Describes an Amazon FPGA image (AFI) attribute.
-
The description of the AFI.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable detail;Swift
var detail: String? { get set } -
The ID of the AFI.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable fpgaImageId;Swift
var fpgaImageId: String? { get set } -
The load permissions.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSEC2LoadPermission *> *_Nullable loadPermissions;Swift
var loadPermissions: [AWSEC2LoadPermission]? { get set } -
The name of the AFI.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable name;Swift
var name: String? { get set } -
The product codes.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSEC2ProductCode *> *_Nullable productCodes;Swift
var productCodes: [AWSEC2ProductCode]? { get set }
View on GitHub
Install in Dash
AWSEC2FpgaImageAttribute Class Reference