Struct aws_sdk_ssm::operation::send_command::SendCommandOutput
source · #[non_exhaustive]pub struct SendCommandOutput { /* private fields */ }Implementations§
source§impl SendCommandOutput
impl SendCommandOutput
sourcepub fn builder() -> SendCommandOutputBuilder
pub fn builder() -> SendCommandOutputBuilder
Creates a new builder-style object to manufacture SendCommandOutput.
Trait Implementations§
source§impl Clone for SendCommandOutput
impl Clone for SendCommandOutput
source§fn clone(&self) -> SendCommandOutput
fn clone(&self) -> SendCommandOutput
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 SendCommandOutput
impl Debug for SendCommandOutput
source§impl PartialEq<SendCommandOutput> for SendCommandOutput
impl PartialEq<SendCommandOutput> for SendCommandOutput
source§fn eq(&self, other: &SendCommandOutput) -> bool
fn eq(&self, other: &SendCommandOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for SendCommandOutput
impl RequestId for SendCommandOutput
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.