Struct aws_sdk_apprunner::output::PauseServiceOutput [−][src]
#[non_exhaustive]pub struct PauseServiceOutput {
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 that this request just paused.
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 that this request just paused.
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 PauseServiceOutput
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 PauseServiceOutput
impl Send for PauseServiceOutput
impl Sync for PauseServiceOutput
impl Unpin for PauseServiceOutput
impl UnwindSafe for PauseServiceOutput
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