Struct aws_sdk_codedeploy::output::StopDeploymentOutput [−][src]
#[non_exhaustive]pub struct StopDeploymentOutput {
pub status: Option<StopStatus>,
pub status_message: Option<String>,
}
Expand description
Represents the output of a StopDeployment
operation.
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.status: Option<StopStatus>
The status of the stop deployment operation:
-
Pending: The stop operation is pending.
-
Succeeded: The stop operation was successful.
status_message: Option<String>
An accompanying status message.
Implementations
The status of the stop deployment operation:
-
Pending: The stop operation is pending.
-
Succeeded: The stop operation was successful.
An accompanying status message.
Creates a new builder-style object to manufacture StopDeploymentOutput
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 StopDeploymentOutput
impl Send for StopDeploymentOutput
impl Sync for StopDeploymentOutput
impl Unpin for StopDeploymentOutput
impl UnwindSafe for StopDeploymentOutput
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