Struct aws_sdk_ssm::types::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() -> PatchRuleGroupBuilder
pub fn builder() -> PatchRuleGroupBuilder
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 ==
.impl StructuralPartialEq for PatchRuleGroup
Auto Trait Implementations§
impl RefUnwindSafe for PatchRuleGroup
impl Send for PatchRuleGroup
impl Sync for PatchRuleGroup
impl Unpin for PatchRuleGroup
impl UnwindSafe for PatchRuleGroup
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more