Interface GetPendingJobExecutionsResponse

Response payload to a GetPendingJobExecutions request.

Hierarchy

  • GetPendingJobExecutionsResponse

Properties

clientToken?: string

A client token used to correlate requests and responses.

inProgressJobs?: JobExecutionSummary[]

A list of JobExecutionSummary objects with status IN_PROGRESS.

queuedJobs?: JobExecutionSummary[]

A list of JobExecutionSummary objects with status QUEUED.

timestamp?: Date

The time when the message was sent.

Generated using TypeDoc