Values.ResourceSnapshotJobSummarySourceAn object that contains a Resource Snapshot Job's subset of fields.
type nonrec t = {id : ResourceSnapshotJobIdentifier.t option;The unique identifier for the resource snapshot job within the AWS Partner Central system. This ID is used for direct references to the job within the service.
*)arn : ResourceSnapshotJobArn.t option;The Amazon Resource Name (ARN) for the resource snapshot job.
*)engagementId : EngagementIdentifier.t option;The unique identifier of the Engagement.
*)status : ResourceSnapshotJobStatus.t option;The current status of the snapshot job. Valid values: STOPPED: The job is not currently running. RUNNING: The job is actively executing.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string | `String of ResourceSnapshotJobIdentifier.t ])
list ]