Struct aws_sdk_auditmanager::types::ControlMetadata
source · #[non_exhaustive]pub struct ControlMetadata { /* private fields */ }Expand description
The metadata that's associated with the standard control or custom control.
Implementations§
source§impl ControlMetadata
impl ControlMetadata
sourcepub fn control_sources(&self) -> Option<&str>
pub fn control_sources(&self) -> Option<&str>
The data source that determines where Audit Manager collects evidence from for the control.
sourcepub fn created_at(&self) -> Option<&DateTime>
pub fn created_at(&self) -> Option<&DateTime>
The time when the control was created.
sourcepub fn last_updated_at(&self) -> Option<&DateTime>
pub fn last_updated_at(&self) -> Option<&DateTime>
The time when the control was most recently updated.
source§impl ControlMetadata
impl ControlMetadata
sourcepub fn builder() -> ControlMetadataBuilder
pub fn builder() -> ControlMetadataBuilder
Creates a new builder-style object to manufacture ControlMetadata.
Trait Implementations§
source§impl Clone for ControlMetadata
impl Clone for ControlMetadata
source§fn clone(&self) -> ControlMetadata
fn clone(&self) -> ControlMetadata
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 ControlMetadata
impl Debug for ControlMetadata
source§impl PartialEq<ControlMetadata> for ControlMetadata
impl PartialEq<ControlMetadata> for ControlMetadata
source§fn eq(&self, other: &ControlMetadata) -> bool
fn eq(&self, other: &ControlMetadata) -> bool
This method tests for
self and other values to be equal, and is used
by ==.