AWSEC2AllocateIpamPoolCidrResult
Objective-C
@interface AWSEC2AllocateIpamPoolCidrResult
Swift
class AWSEC2AllocateIpamPoolCidrResult
-
Information about the allocation created.
Declaration
Objective-C
@property (nonatomic, strong) AWSEC2IpamPoolAllocation *_Nullable ipamPoolAllocation;
Swift
var ipamPoolAllocation: AWSEC2IpamPoolAllocation? { get set }