AWSEC2CoipAddressUsage

Objective-C

@interface AWSEC2CoipAddressUsage

Swift

class AWSEC2CoipAddressUsage

Describes address usage for a customer-owned address pool.

  • The allocation ID of the address.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable allocationId;

    Swift

    var allocationId: String? { get set }
  • The Amazon Web Services account ID.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable awsAccountId;

    Swift

    var awsAccountId: String? { get set }
  • The Amazon Web Services service.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable awsService;

    Swift

    var awsService: String? { get set }
  • The customer-owned IP address.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable coIp;

    Swift

    var coIp: String? { get set }