Values.NodeSummarySourceA summary of configuration properties for a node.
type nonrec t = {id : ResourceIdString.t option;The unique identifier of the node.
*)status : NodeStatus.t option;The status of the node.
*)creationDate : Timestamp.t option;The date and time that the node was created.
*)availabilityZone : AvailabilityZoneString.t option;The Availability Zone in which the node exists.
*)instanceType : InstanceTypeString.t option;The EC2 instance type for the node.
*)arn : ArnString.t option;The Amazon Resource Name (ARN) of the node. For more information about ARNs and their format, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of ResourceIdString.t
| `Timestamp of Timestamp.t ])
list ]