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