CommandExecution

Contains command execution information.

Types

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

Properties

Link copied to clipboard

The command that needs to be executed.

Link copied to clipboard

When the command execution process ended, expressed in Unix time format.

Link copied to clipboard

The exit code to return upon completion.

Link copied to clipboard
val id: String?

The ID of the command execution.

Link copied to clipboard

Information about build logs in CloudWatch Logs.

Link copied to clipboard

A sandboxArn.

Link copied to clipboard

A sandboxId.

Link copied to clipboard

The text written by the command to stderr.

Link copied to clipboard

The text written by the command to stdout.

Link copied to clipboard

When the command execution process started, expressed in Unix time format.

Link copied to clipboard

The status of the command execution.

Link copied to clipboard

When the command execution process was initially submitted, expressed in Unix time format.

Link copied to clipboard

The command type.

Functions

Link copied to clipboard
inline fun copy(block: CommandExecution.Builder.() -> Unit = {}): CommandExecution
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