Values.AwsEc2VolumeAttachmentSourceAn attachment to an Amazon EC2 volume.
type nonrec t = {attachTime : NonEmptyString.t option;The datetime when the attachment initiated.
*)deleteOnTermination : Boolean.t option;Whether the EBS volume is deleted when the EC2 instance is terminated.
*)instanceId : NonEmptyString.t option;The identifier of the EC2 instance.
*)status : NonEmptyString.t option;The attachment state of the volume. Valid values are as follows: attaching attached busy detaching detached
*)}val to_value :
t ->
[> `Structure of
(string * [> `Boolean of Boolean.t | `String of NonEmptyString.t ]) list ]