AWSEC2ReleaseIpamPoolAllocationResult
Objective-C
@interface AWSEC2ReleaseIpamPoolAllocationResult
Swift
class AWSEC2ReleaseIpamPoolAllocationResult
-
Indicates if the release was successful.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable success;
Swift
var success: NSNumber? { get set }