Operation

class Operation

The operations performed by AWS Systems Manager for SAP.

Types

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

Properties

Link copied to clipboard

The end time of the operation.

Link copied to clipboard
val id: String?

The ID of the operation.

Link copied to clipboard

The time at which the operation was last updated.

Link copied to clipboard

The properties of the operation.

Link copied to clipboard

The Amazon Resource Name (ARN) of the operation.

Link copied to clipboard

The resource ID of the operation.

Link copied to clipboard

The resource type of the operation.

Link copied to clipboard

The start time of the operation.

Link copied to clipboard

The status of the operation.

Link copied to clipboard

The status message of the operation.

Link copied to clipboard
val type: String?

The type of the operation.

Functions

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