Struct aws_sdk_apprunner::output::UpdateServiceOutput [−][src]
#[non_exhaustive]pub struct UpdateServiceOutput {
pub service: Option<Service>,
pub operation_id: Option<String>,
}
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.service: Option<Service>
A description of the App Runner service updated by this request. All configuration values in the returned Service
structure reflect
configuration changes that are being applied by this request.
operation_id: Option<String>
The unique ID of the asynchronous operation that this request started. You can use it combined with the ListOperations call to track the operation's progress.
Implementations
A description of the App Runner service updated by this request. All configuration values in the returned Service
structure reflect
configuration changes that are being applied by this request.
The unique ID of the asynchronous operation that this request started. You can use it combined with the ListOperations call to track the operation's progress.
Creates a new builder-style object to manufacture UpdateServiceOutput
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for UpdateServiceOutput
impl Send for UpdateServiceOutput
impl Sync for UpdateServiceOutput
impl Unpin for UpdateServiceOutput
impl UnwindSafe for UpdateServiceOutput
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