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