AWSEC2DeleteCoipCidrResult

Objective-C

@interface AWSEC2DeleteCoipCidrResult

Swift

class AWSEC2DeleteCoipCidrResult
  • Information about a range of customer-owned IP addresses.

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSEC2CoipCidr *_Nullable coipCidr;

    Swift

    var coipCidr: AWSEC2CoipCidr? { get set }