Struct aws_sdk_iot::model::AuditCheckConfiguration
source · #[non_exhaustive]pub struct AuditCheckConfiguration { /* private fields */ }
Expand description
Which audit checks are enabled and disabled for this account.
Implementations§
source§impl AuditCheckConfiguration
impl AuditCheckConfiguration
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AuditCheckConfiguration
.
Trait Implementations§
source§impl Clone for AuditCheckConfiguration
impl Clone for AuditCheckConfiguration
source§fn clone(&self) -> AuditCheckConfiguration
fn clone(&self) -> AuditCheckConfiguration
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 AuditCheckConfiguration
impl Debug for AuditCheckConfiguration
source§impl PartialEq<AuditCheckConfiguration> for AuditCheckConfiguration
impl PartialEq<AuditCheckConfiguration> for AuditCheckConfiguration
source§fn eq(&self, other: &AuditCheckConfiguration) -> bool
fn eq(&self, other: &AuditCheckConfiguration) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.