Struct aws_sdk_ssm::operation::cancel_command::CancelCommandOutput
source · #[non_exhaustive]pub struct CancelCommandOutput { /* private fields */ }Expand description
Whether or not the command was successfully canceled. There is no guarantee that a request can be canceled.
Implementations§
source§impl CancelCommandOutput
impl CancelCommandOutput
sourcepub fn builder() -> CancelCommandOutputBuilder
pub fn builder() -> CancelCommandOutputBuilder
Creates a new builder-style object to manufacture CancelCommandOutput.
Trait Implementations§
source§impl Clone for CancelCommandOutput
impl Clone for CancelCommandOutput
source§fn clone(&self) -> CancelCommandOutput
fn clone(&self) -> CancelCommandOutput
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 CancelCommandOutput
impl Debug for CancelCommandOutput
source§impl PartialEq<CancelCommandOutput> for CancelCommandOutput
impl PartialEq<CancelCommandOutput> for CancelCommandOutput
source§fn eq(&self, other: &CancelCommandOutput) -> bool
fn eq(&self, other: &CancelCommandOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for CancelCommandOutput
impl RequestId for CancelCommandOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.