Get Ecs Invocations Invocation Invoke Instance
data class GetEcsInvocationsInvocationInvokeInstance(val creationTime: String, val dropped: Int, val errorCode: String, val errorInfo: String, val exitCode: Int, val finishTime: String, val instanceId: String, val instanceInvokeStatus: String, val invocationStatus: String, val output: String, val repeats: Int, val startTime: String, val stopTime: String, val timed: Boolean, val updateTime: String)
Properties
Link copied to clipboard
The start time of the execution.
Link copied to clipboard
The end time of the execution.
Link copied to clipboard
The ID of the instance.
Link copied to clipboard
Link copied to clipboard
The execution state on a single instance. Valid values: Pending
, Scheduled
, Running
, Success
, Failed
, Stopping
, Stopped
, PartialFailed
.
Link copied to clipboard
The time when the execution state was updated.