#[non_exhaustive]pub struct DescribeAuditMitigationActionsTaskOutput { /* private fields */ }
Implementations§
source§impl DescribeAuditMitigationActionsTaskOutput
impl DescribeAuditMitigationActionsTaskOutput
sourcepub fn task_status(&self) -> Option<&AuditMitigationActionsTaskStatus>
pub fn task_status(&self) -> Option<&AuditMitigationActionsTaskStatus>
The current status of the task.
sourcepub fn start_time(&self) -> Option<&DateTime>
pub fn start_time(&self) -> Option<&DateTime>
The date and time when the task was started.
sourcepub fn end_time(&self) -> Option<&DateTime>
pub fn end_time(&self) -> Option<&DateTime>
The date and time when the task was completed or canceled.
sourcepub fn task_statistics(
&self
) -> Option<&HashMap<String, TaskStatisticsForAuditCheck>>
pub fn task_statistics(
&self
) -> Option<&HashMap<String, TaskStatisticsForAuditCheck>>
Aggregate counts of the results when the mitigation tasks were applied to the findings for this audit mitigation actions task.
sourcepub fn target(&self) -> Option<&AuditMitigationActionsTaskTarget>
pub fn target(&self) -> Option<&AuditMitigationActionsTaskTarget>
Identifies the findings to which the mitigation actions are applied. This can be by audit checks, by audit task, or a set of findings.
sourcepub fn audit_check_to_actions_mapping(
&self
) -> Option<&HashMap<String, Vec<String>>>
pub fn audit_check_to_actions_mapping(
&self
) -> Option<&HashMap<String, Vec<String>>>
Specifies the mitigation actions that should be applied to specific audit checks.
sourcepub fn actions_definition(&self) -> Option<&[MitigationAction]>
pub fn actions_definition(&self) -> Option<&[MitigationAction]>
Specifies the mitigation actions and their parameters that are applied as part of this task.
source§impl DescribeAuditMitigationActionsTaskOutput
impl DescribeAuditMitigationActionsTaskOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeAuditMitigationActionsTaskOutput
.
Trait Implementations§
source§impl Clone for DescribeAuditMitigationActionsTaskOutput
impl Clone for DescribeAuditMitigationActionsTaskOutput
source§fn clone(&self) -> DescribeAuditMitigationActionsTaskOutput
fn clone(&self) -> DescribeAuditMitigationActionsTaskOutput
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 PartialEq<DescribeAuditMitigationActionsTaskOutput> for DescribeAuditMitigationActionsTaskOutput
impl PartialEq<DescribeAuditMitigationActionsTaskOutput> for DescribeAuditMitigationActionsTaskOutput
source§fn eq(&self, other: &DescribeAuditMitigationActionsTaskOutput) -> bool
fn eq(&self, other: &DescribeAuditMitigationActionsTaskOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.