GetEcsInvocationsInvocationInvokeInstance

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)

Constructors

constructor(creationTime: String, dropped: Int, errorCode: String, errorInfo: String, exitCode: Int, finishTime: String, instanceId: String, instanceInvokeStatus: String, invocationStatus: String, output: String, repeats: Int, startTime: String, stopTime: String, timed: Boolean, updateTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The start time of the execution.

Link copied to clipboard

The size of truncated and discarded text when the value of the Output response parameter exceeds 24 KB in size.

Link copied to clipboard
Link copied to clipboard

Details about the reason why the command failed to be sent or run.

Link copied to clipboard

The exit code 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 output of the command.

Link copied to clipboard

The number of times that the command is run on the instance.

Link copied to clipboard

The time when the command started to be run on the instance.

Link copied to clipboard

The time when the command stopped being run on the instance. If you call the StopInvocation operation to manually stop the execution, the value is the time when you call the operation.

Link copied to clipboard

Indicates whether the commands are to be automatically run.

Link copied to clipboard

The time when the execution state was updated.