AWSEC2CreateCoipPoolResult

Objective-C

@interface AWSEC2CreateCoipPoolResult

Swift

class AWSEC2CreateCoipPoolResult
  • Information about the CoIP address pool.

    Declaration

    Objective-C

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

    Swift

    var coipPool: AWSEC2CoipPool? { get set }