AWSEC2ModifyFpgaImageAttributeResult
Objective-C
@interface AWSEC2ModifyFpgaImageAttributeResult
Swift
class AWSEC2ModifyFpgaImageAttributeResult
-
Information about the attribute.
Declaration
Objective-C
@property (nonatomic, strong) AWSEC2FpgaImageAttribute *_Nullable fpgaImageAttribute;
Swift
var fpgaImageAttribute: AWSEC2FpgaImageAttribute? { get set }