Struct aws_sdk_securityhub::model::AwsSsmPatch
source · #[non_exhaustive]pub struct AwsSsmPatch { /* private fields */ }
Expand description
Provides details about the compliance for a patch.
Implementations§
source§impl AwsSsmPatch
impl AwsSsmPatch
sourcepub fn compliance_summary(&self) -> Option<&AwsSsmComplianceSummary>
pub fn compliance_summary(&self) -> Option<&AwsSsmComplianceSummary>
The compliance status details for the patch.
source§impl AwsSsmPatch
impl AwsSsmPatch
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AwsSsmPatch
.
Trait Implementations§
source§impl Clone for AwsSsmPatch
impl Clone for AwsSsmPatch
source§fn clone(&self) -> AwsSsmPatch
fn clone(&self) -> AwsSsmPatch
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 AwsSsmPatch
impl Debug for AwsSsmPatch
source§impl PartialEq<AwsSsmPatch> for AwsSsmPatch
impl PartialEq<AwsSsmPatch> for AwsSsmPatch
source§fn eq(&self, other: &AwsSsmPatch) -> bool
fn eq(&self, other: &AwsSsmPatch) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.