class Aws::AppRunner::Types::OperationSummary

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

@!attribute [rw] id

A unique ID of this operation. It's unique in the scope of the App
Runner service.
@return [String]

@!attribute [rw] type

The type of operation. It indicates a specific action that occured.
@return [String]

@!attribute [rw] status

The current state of the operation.
@return [String]

@!attribute [rw] target_arn

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

@!attribute [rw] started_at

The time when the operation started. It's in the Unix time stamp
format.
@return [Time]

@!attribute [rw] ended_at

The time when the operation ended. It's in the Unix time stamp
format.
@return [Time]

@!attribute [rw] updated_at

The time when the operation was last updated. It's in the Unix time
stamp format.
@return [Time]

@see docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15/OperationSummary AWS API Documentation

Constants

SENSITIVE