Values_5.DescribeSnapshotAttributeResultSourceDescribes the specified attribute of the specified snapshot. You can specify only one attribute at a time. For more information about EBS snapshots, see Amazon EBS snapshots in the Amazon EBS User Guide.
type nonrec t = {productCodes : Values_0.ProductCodeList.t option;The product codes.
*)snapshotId : Values_0.String_.t option;The ID of the EBS snapshot.
*)createVolumePermissions : Values_2.CreateVolumePermissionList.t option;The users and groups that have the permissions for creating volumes from the snapshot.
*)}val error_of_json :
'a ->
Yojson.Safe.t ->
[> `Unknown_operation_error of 'a * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `Enum of string | `String of string ]) list ]
list
| `String of Values_0.String_.t ])
list ]