AWSEC2DeleteCoipPoolResult

Objective-C

@interface AWSEC2DeleteCoipPoolResult

Swift

class AWSEC2DeleteCoipPoolResult
  • Information about the CoIP address pool.

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSEC2CoipPool *_Nullable coipPool;

    Swift

    var coipPool: AWSEC2CoipPool? { get set }