Module Values_3.AddressAttributeSource

The attributes associated with an Elastic IP address.

Sourcetype nonrec t = {
  1. publicIp : Values_1.PublicIpAddress.t option;
    (*

    The public IP address.

    *)
  2. allocationId : Values_1.AllocationId.t option;
    (*

    [EC2-VPC] The allocation ID.

    *)
  3. ptrRecord : Values_0.String_.t option;
    (*

    The pointer (PTR) record for the IP address.

    *)
  4. ptrRecordUpdate : Values_1.PtrUpdateStatus.t option;
    (*

    The updated PTR record for the IP address.

    *)
}
Sourceval make : ?publicIp:??? -> ?allocationId:??? -> ?ptrRecord:??? -> ?ptrRecordUpdate:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_1.PublicIpAddress.t | `Structure of (string * [> `String of Values_0.String_.t ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t