OperationSummary

Provides summary information for an operation that occurred on an App Runner service.

Types

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

Properties

Link copied to clipboard

The time when the operation ended. It's in the Unix time stamp format.

Link copied to clipboard
val id: String?

A unique ID of this operation. It's unique in the scope of the App Runner service.

Link copied to clipboard

The time when the operation started. It's in the Unix time stamp format.

Link copied to clipboard

The current state of the operation.

Link copied to clipboard

The Amazon Resource Name (ARN) of the resource that the operation acted on (for example, an App Runner service).

Link copied to clipboard

The type of operation. It indicates a specific action that occured.

Link copied to clipboard

The time when the operation was last updated. It's in the Unix time stamp format.

Functions

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