Values.SearchJobBackupsResultSourceThis contains the information about recovery points returned in results of a search job.
type nonrec t = {status : SearchJobState.t option;This is the status of the search job backup result.
*)statusMessage : String_.t option;This is the status message included with the results.
*)resourceType : ResourceType.t option;This is the resource type of the search.
*)backupResourceArn : String_.t option;The Amazon Resource Name (ARN) that uniquely identifies the backup resources.
*)sourceResourceArn : String_.t option;The Amazon Resource Name (ARN) that uniquely identifies the source resources.
*)indexCreationTime : Timestamp.t option;This is the creation time of the backup index.
*)backupCreationTime : Timestamp.t option;This is the creation time of the backup (recovery point).
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of String_.t
| `Timestamp of Timestamp.t ])
list ]