AWSEC2DeleteIpamPoolResult

Objective-C

@interface AWSEC2DeleteIpamPoolResult

Swift

class AWSEC2DeleteIpamPoolResult
  • Information about the results of the deletion.

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSEC2IpamPool *_Nullable ipamPool;

    Swift

    var ipamPool: AWSEC2IpamPool? { get set }