AWSEC2DeletePublicIpv4PoolResult

Objective-C

@interface AWSEC2DeletePublicIpv4PoolResult

Swift

class AWSEC2DeletePublicIpv4PoolResult
  • Information about the result of deleting the public IPv4 pool.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable returnValue;

    Swift

    var returnValue: NSNumber? { get set }