Struct aws_sdk_codedeploy::output::StopDeploymentOutput
source · #[non_exhaustive]pub struct StopDeploymentOutput { /* private fields */ }
Expand description
Represents the output of a StopDeployment
operation.
Implementations§
source§impl 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.
source§impl StopDeploymentOutput
impl StopDeploymentOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture StopDeploymentOutput
.
Trait Implementations§
source§impl Clone for StopDeploymentOutput
impl Clone for StopDeploymentOutput
source§fn clone(&self) -> StopDeploymentOutput
fn clone(&self) -> StopDeploymentOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for StopDeploymentOutput
impl Debug for StopDeploymentOutput
source§impl PartialEq<StopDeploymentOutput> for StopDeploymentOutput
impl PartialEq<StopDeploymentOutput> for StopDeploymentOutput
source§fn eq(&self, other: &StopDeploymentOutput) -> bool
fn eq(&self, other: &StopDeploymentOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.