Values_5.DescribeVolumeAttributeRequestSourceDescribes the specified attribute of the specified volume. You can specify only one attribute at a time. For more information about EBS volumes, see Amazon EBS volumes in the Amazon EBS User Guide.
type nonrec t = {attribute : Values_3.VolumeAttributeName.t;The attribute of the volume. This parameter is required.
*)volumeId : Values_0.VolumeId.t;The ID of the volume.
*)dryRun : Values_0.Boolean.t option;Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
*)}val make :
?dryRun:??? ->
attribute:Values_3.VolumeAttributeName.t ->
volumeId:Values_0.VolumeId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.Boolean.t
| `Enum of string
| `String of Values_0.VolumeId.t ])
list ]