Struct aws_sdk_ssm::types::PatchStatus
source · #[non_exhaustive]pub struct PatchStatus { /* private fields */ }Expand description
Information about the approval status of a patch.
Implementations§
source§impl PatchStatus
impl PatchStatus
sourcepub fn deployment_status(&self) -> Option<&PatchDeploymentStatus>
pub fn deployment_status(&self) -> Option<&PatchDeploymentStatus>
The approval status of a patch.
sourcepub fn compliance_level(&self) -> Option<&PatchComplianceLevel>
pub fn compliance_level(&self) -> Option<&PatchComplianceLevel>
The compliance severity level for a patch.
sourcepub fn approval_date(&self) -> Option<&DateTime>
pub fn approval_date(&self) -> Option<&DateTime>
The date the patch was approved (or will be approved if the status is PENDING_APPROVAL).
source§impl PatchStatus
impl PatchStatus
sourcepub fn builder() -> PatchStatusBuilder
pub fn builder() -> PatchStatusBuilder
Creates a new builder-style object to manufacture PatchStatus.
Trait Implementations§
source§impl Clone for PatchStatus
impl Clone for PatchStatus
source§fn clone(&self) -> PatchStatus
fn clone(&self) -> PatchStatus
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 PatchStatus
impl Debug for PatchStatus
source§impl PartialEq<PatchStatus> for PatchStatus
impl PartialEq<PatchStatus> for PatchStatus
source§fn eq(&self, other: &PatchStatus) -> bool
fn eq(&self, other: &PatchStatus) -> bool
This method tests for
self and other values to be equal, and is used
by ==.