AWSEC2AddressAttribute

Objective-C

@interface AWSEC2AddressAttribute

Swift

class AWSEC2AddressAttribute

The attributes associated with an Elastic IP address.

  • [EC2-VPC] The allocation ID.

    Declaration

    Objective-C

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

    Swift

    var allocationId: String? { get set }
  • The pointer (PTR) record for the IP address.

    Declaration

    Objective-C

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

    Swift

    var ptrRecord: String? { get set }
  • The updated PTR record for the IP address.

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSEC2PtrUpdateStatus *_Nullable ptrRecordUpdate;

    Swift

    var ptrRecordUpdate: AWSEC2PtrUpdateStatus? { get set }
  • The public IP address.

    Declaration

    Objective-C

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

    Swift

    var publicIp: String? { get set }