Values.HostPropertiesResponseSourceThe host property details.
type nonrec t = {ipAddresses : IpAddresses.t option;The IP address of the host.
*)hostName : HostName.t option;The host name.
*)ec2InstanceArn : String_.t option;The ARN of the host EC2 instance.
*)ec2InstanceType : InstanceType.t option;The instance type of the host EC2 instance.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of HostName.t
| `Structure of
(string * [> `List of [> `String of IpV4Address.t ] list ]) list ])
list ]