DescribeAutomationJobResponse

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

The Amazon Resource Name (ARN) of the automation job.

Link copied to clipboard
val createdAt: <Error class: unknown class>?

The time that the automation job was created.

Link copied to clipboard
val endedAt: <Error class: unknown class>?

The time that the automation job finished running.

Link copied to clipboard

The input payload that was provided when the automation job was started. This field is only included when IncludeInputPayload is set to true in the request.

Link copied to clipboard

The current status of the automation job.

Link copied to clipboard

The output payload that was generated by the automation job. This field is only included when IncludeOutputPayload is set to true in the request.

Link copied to clipboard

The Amazon Web Services request ID for this operation.

Link copied to clipboard
val startedAt: <Error class: unknown class>?

The time that the automation job started running.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String