AWSEC2CreateIpamPoolResult
Objective-C
@interface AWSEC2CreateIpamPoolResult
Swift
class AWSEC2CreateIpamPoolResult
-
Information about the IPAM pool created.
Declaration
Objective-C
@property (nonatomic, strong) AWSEC2IpamPool *_Nullable ipamPool;
Swift
var ipamPool: AWSEC2IpamPool? { get set }