Struct aws_sdk_apprunner::model::operation_summary::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for OperationSummary
Implementations
A unique ID of this operation. It's unique in the scope of the App Runner service.
A unique ID of this operation. It's unique in the scope of the App Runner service.
The type of operation. It indicates a specific action that occured.
The type of operation. It indicates a specific action that occured.
The current state of the operation.
The current state of the operation.
The Amazon Resource Name (ARN) of the resource that the operation acted on (for example, an App Runner service).
The Amazon Resource Name (ARN) of the resource that the operation acted on (for example, an App Runner service).
The time when the operation started. It's in the Unix time stamp format.
The time when the operation started. It's in the Unix time stamp format.
The time when the operation ended. It's in the Unix time stamp format.
The time when the operation ended. It's in the Unix time stamp format.
The time when the operation was last updated. It's in the Unix time stamp format.
The time when the operation was last updated. It's in the Unix time stamp format.
Consumes the builder and constructs a OperationSummary
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more