Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GetPendingJobExecutionsResponse

Response payload to a GetPendingJobExecutions request.

Hierarchy

  • GetPendingJobExecutionsResponse

Index

Properties

Optional clientToken

clientToken: undefined | string

A client token used to correlate requests and responses.

Optional inProgressJobs

inProgressJobs: Array<JobExecutionSummary>

A list of JobExecutionSummary objects with status IN_PROGRESS.

Optional queuedJobs

queuedJobs: Array<JobExecutionSummary>

A list of JobExecutionSummary objects with status QUEUED.

Optional timestamp

timestamp: Date

The time when the message was sent.

Generated using TypeDoc