Struct aws_sdk_auditmanager::types::ControlSet
source · #[non_exhaustive]pub struct ControlSet { /* private fields */ }Expand description
A set of controls in Audit Manager.
Implementations§
source§impl ControlSet
impl ControlSet
source§impl ControlSet
impl ControlSet
sourcepub fn builder() -> ControlSetBuilder
pub fn builder() -> ControlSetBuilder
Creates a new builder-style object to manufacture ControlSet.
Trait Implementations§
source§impl Clone for ControlSet
impl Clone for ControlSet
source§fn clone(&self) -> ControlSet
fn clone(&self) -> ControlSet
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 ControlSet
impl Debug for ControlSet
source§impl PartialEq<ControlSet> for ControlSet
impl PartialEq<ControlSet> for ControlSet
source§fn eq(&self, other: &ControlSet) -> bool
fn eq(&self, other: &ControlSet) -> bool
This method tests for
self and other values to be equal, and is used
by ==.