ActionSummary

Lists the properties of an action. An action represents an action or activity. Some examples are a workflow step and a model deployment. Generally, an action involves at least one input artifact or output artifact.

Types

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

Properties

Link copied to clipboard

The Amazon Resource Name (ARN) of the action.

Link copied to clipboard

The name of the action.

Link copied to clipboard

The type of the action.

Link copied to clipboard

When the action was created.

Link copied to clipboard

When the action was last modified.

Link copied to clipboard

The source of the action.

Link copied to clipboard

The status of the action.

Functions

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