Values.EBSResultItemSourceThese are the items returned in the results of a search of Amazon EBS backup metadata.
type nonrec t = {backupResourceArn : String_.t option;These are one or more items in the results that match values for the Amazon Resource Name (ARN) of recovery points returned in a search of Amazon EBS backup metadata.
*)sourceResourceArn : String_.t option;These are one or more items in the results that match values for the Amazon Resource Name (ARN) of source resources returned in a search of Amazon EBS backup metadata.
*)backupVaultName : String_.t option;The name of the backup vault.
*)fileSystemIdentifier : String_.t option;These are one or more items in the results that match values for file systems returned in a search of Amazon EBS backup metadata.
*)filePath : FilePath.t option;These are one or more items in the results that match values for file paths returned in a search of Amazon EBS backup metadata.
*)fileSize : Long.t option;These are one or more items in the results that match values for file sizes returned in a search of Amazon EBS backup metadata.
*)creationTime : Timestamp.t option;These are one or more items in the results that match values for creation times returned in a search of Amazon EBS backup metadata.
*)lastModifiedTime : Timestamp.t option;These are one or more items in the results that match values for Last Modified Time returned in a search of Amazon EBS backup metadata.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Long of Long.t
| `String of String_.t
| `Timestamp of Timestamp.t ])
list ]