Values_3.AddressAttributeSourceThe attributes associated with an Elastic IP address.
type nonrec t = {publicIp : Values_1.PublicIpAddress.t option;The public IP address.
*)allocationId : Values_1.AllocationId.t option;[EC2-VPC] The allocation ID.
*)ptrRecord : Values_0.String_.t option;The pointer (PTR) record for the IP address.
*)ptrRecordUpdate : Values_1.PtrUpdateStatus.t option;The updated PTR record for the IP address.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of Values_1.PublicIpAddress.t
| `Structure of (string * [> `String of Values_0.String_.t ]) list ])
list ]