Values.S3ResultItemSourceThese are the items returned in the results of a search of Amazon S3 backup metadata.
type nonrec t = {backupResourceArn : String_.t option;These are items in the returned results that match recovery point Amazon Resource Names (ARN) input during a search of Amazon S3 backup metadata.
*)sourceResourceArn : String_.t option;These are items in the returned results that match source Amazon Resource Names (ARN) input during a search of Amazon S3 backup metadata.
*)backupVaultName : String_.t option;The name of the backup vault.
*)objectKey : ObjectKey.t option;This is one or more items returned in the results of a search of Amazon S3 backup metadata that match the values input for object key.
*)objectSize : Long.t option;These are items in the returned results that match values for object size(s) input during a search of Amazon S3 backup metadata.
*)creationTime : Timestamp.t option;These are one or more items in the returned results that match values for item creation time input during a search of Amazon S3 backup metadata.
*)eTag : String_.t option;These are one or more items in the returned results that match values for ETags input during a search of Amazon S3 backup metadata.
*)versionId : String_.t option;These are one or more items in the returned results that match values for version IDs input during a search of Amazon S3 backup metadata.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Long of Long.t
| `String of String_.t
| `Timestamp of Timestamp.t ])
list ]