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