Struct aws_sdk_apprunner::output::CreateServiceOutput [−][src]
#[non_exhaustive]pub struct CreateServiceOutput {
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's created 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 that's created 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 CreateServiceOutput
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 CreateServiceOutput
impl Send for CreateServiceOutput
impl Sync for CreateServiceOutput
impl Unpin for CreateServiceOutput
impl UnwindSafe for CreateServiceOutput
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