http4k
Toggle table of contents
6.60.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-connect-amazon-iot
/
org.http4k.connect.amazon.iot.action
/
JobExecutionSummary
Job
Execution
Summary
@
JsonSerializable
data
class
JobExecutionSummary
(
val
status
:
JobExecutionStatus
?
=
null
,
val
queuedAt
:
Timestamp
?
=
null
,
val
startedAt
:
Timestamp
?
=
null
,
val
lastUpdatedAt
:
Timestamp
?
=
null
,
val
executionNumber
:
Long
?
=
null
,
val
retryAttempt
:
Int
?
=
null
)
(
source
)
Members
Constructors
Job
Execution
Summary
Link copied to clipboard
constructor
(
status
:
JobExecutionStatus
?
=
null
,
queuedAt
:
Timestamp
?
=
null
,
startedAt
:
Timestamp
?
=
null
,
lastUpdatedAt
:
Timestamp
?
=
null
,
executionNumber
:
Long
?
=
null
,
retryAttempt
:
Int
?
=
null
)
Properties
execution
Number
Link copied to clipboard
val
executionNumber
:
Long
?
last
Updated
At
Link copied to clipboard
val
lastUpdatedAt
:
Timestamp
?
queued
At
Link copied to clipboard
val
queuedAt
:
Timestamp
?
retry
Attempt
Link copied to clipboard
val
retryAttempt
:
Int
?
started
At
Link copied to clipboard
val
startedAt
:
Timestamp
?
status
Link copied to clipboard
val
status
:
JobExecutionStatus
?