Struct aws_sdk_ssm::model::PatchRuleGroup
source · #[non_exhaustive]pub struct PatchRuleGroup { /* private fields */ }Expand description
A set of rules defining the approval rules for a patch baseline.
Implementations§
source§impl PatchRuleGroup
impl PatchRuleGroup
sourcepub fn patch_rules(&self) -> Option<&[PatchRule]>
pub fn patch_rules(&self) -> Option<&[PatchRule]>
The rules that make up the rule group.
source§impl PatchRuleGroup
impl PatchRuleGroup
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PatchRuleGroup.
Trait Implementations§
source§impl Clone for PatchRuleGroup
impl Clone for PatchRuleGroup
source§fn clone(&self) -> PatchRuleGroup
fn clone(&self) -> PatchRuleGroup
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 PatchRuleGroup
impl Debug for PatchRuleGroup
source§impl PartialEq<PatchRuleGroup> for PatchRuleGroup
impl PartialEq<PatchRuleGroup> for PatchRuleGroup
source§fn eq(&self, other: &PatchRuleGroup) -> bool
fn eq(&self, other: &PatchRuleGroup) -> bool
This method tests for
self and other values to be equal, and is used
by ==.