Struct aws_sdk_auditmanager::types::Control
source · #[non_exhaustive]pub struct Control { /* private fields */ }Expand description
A control in Audit Manager.
Implementations§
source§impl Control
impl Control
sourcepub fn type(&self) -> Option<&ControlType>
pub fn type(&self) -> Option<&ControlType>
The type of control, such as a custom control or a standard control.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
The description of the control.
sourcepub fn testing_information(&self) -> Option<&str>
pub fn testing_information(&self) -> Option<&str>
The steps that you should follow to determine if the control has been satisfied.
sourcepub fn action_plan_title(&self) -> Option<&str>
pub fn action_plan_title(&self) -> Option<&str>
The title of the action plan for remediating the control.
sourcepub fn action_plan_instructions(&self) -> Option<&str>
pub fn action_plan_instructions(&self) -> Option<&str>
The recommended actions to carry out if the control isn't fulfilled.
sourcepub fn control_sources(&self) -> Option<&str>
pub fn control_sources(&self) -> Option<&str>
The data source types that determine where Audit Manager collects evidence from for the control.
sourcepub fn control_mapping_sources(&self) -> Option<&[ControlMappingSource]>
pub fn control_mapping_sources(&self) -> Option<&[ControlMappingSource]>
The data mapping sources 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.
sourcepub fn created_by(&self) -> Option<&str>
pub fn created_by(&self) -> Option<&str>
The user or role that created the control.
sourcepub fn last_updated_by(&self) -> Option<&str>
pub fn last_updated_by(&self) -> Option<&str>
The user or role that most recently updated the control.
The tags associated with the control.