ActionExecutionDetail

Returns information about an execution of an action, including the action execution ID, and the name, version, and timing of the action.

Types

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

Properties

Link copied to clipboard

The action execution ID.

Link copied to clipboard

The name of the action.

Link copied to clipboard

Input details for the action execution, such as role ARN, Region, and input artifacts.

Link copied to clipboard

The last update time of the action execution.

Link copied to clipboard

Output details for the action execution, such as the action execution result.

Link copied to clipboard

The pipeline execution ID for the action execution.

Link copied to clipboard

The version of the pipeline where the action was run.

Link copied to clipboard

The name of the stage that contains the action.

Link copied to clipboard

The start time of the action execution.

Link copied to clipboard

The status of the action execution. Status categories are InProgress, Succeeded, and Failed.

Link copied to clipboard

The ARN of the user who changed the pipeline execution details.

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