Struct aws_sdk_codedeploy::output::StopDeploymentOutput
source · [−]#[non_exhaustive]pub struct StopDeploymentOutput { /* private fields */ }
Expand description
Represents the output of a StopDeployment
operation.
Implementations
sourceimpl StopDeploymentOutput
impl StopDeploymentOutput
sourcepub fn status(&self) -> Option<&StopStatus>
pub fn status(&self) -> Option<&StopStatus>
The status of the stop deployment operation:
-
Pending: The stop operation is pending.
-
Succeeded: The stop operation was successful.
sourcepub fn status_message(&self) -> Option<&str>
pub fn status_message(&self) -> Option<&str>
An accompanying status message.
sourceimpl StopDeploymentOutput
impl StopDeploymentOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture StopDeploymentOutput
.
Trait Implementations
sourceimpl Clone for StopDeploymentOutput
impl Clone for StopDeploymentOutput
sourcefn clone(&self) -> StopDeploymentOutput
fn clone(&self) -> StopDeploymentOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for StopDeploymentOutput
impl Debug for StopDeploymentOutput
sourceimpl PartialEq<StopDeploymentOutput> for StopDeploymentOutput
impl PartialEq<StopDeploymentOutput> for StopDeploymentOutput
sourcefn eq(&self, other: &StopDeploymentOutput) -> bool
fn eq(&self, other: &StopDeploymentOutput) -> bool
impl StructuralPartialEq for StopDeploymentOutput
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more