Struct aws_sdk_iot::operation::describe_audit_mitigation_actions_task::DescribeAuditMitigationActionsTaskOutput
source · #[non_exhaustive]pub struct DescribeAuditMitigationActionsTaskOutput {
pub task_status: Option<AuditMitigationActionsTaskStatus>,
pub start_time: Option<DateTime>,
pub end_time: Option<DateTime>,
pub task_statistics: Option<HashMap<String, TaskStatisticsForAuditCheck>>,
pub target: Option<AuditMitigationActionsTaskTarget>,
pub audit_check_to_actions_mapping: Option<HashMap<String, Vec<String>>>,
pub actions_definition: Option<Vec<MitigationAction>>,
/* private fields */
}Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.task_status: Option<AuditMitigationActionsTaskStatus>The current status of the task.
start_time: Option<DateTime>The date and time when the task was started.
end_time: Option<DateTime>The date and time when the task was completed or canceled.
task_statistics: Option<HashMap<String, TaskStatisticsForAuditCheck>>Aggregate counts of the results when the mitigation tasks were applied to the findings for this audit mitigation actions task.
target: 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.
audit_check_to_actions_mapping: Option<HashMap<String, Vec<String>>>Specifies the mitigation actions that should be applied to specific audit checks.
actions_definition: Option<Vec<MitigationAction>>Specifies the mitigation actions and their parameters that are applied as part of this task.
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) -> &[MitigationAction]
pub fn actions_definition(&self) -> &[MitigationAction]
Specifies the mitigation actions and their parameters that are applied as part of this task.
If no value was sent for this field, a default will be set. If you want to determine if no value was sent, use .actions_definition.is_none().
source§impl DescribeAuditMitigationActionsTaskOutput
impl DescribeAuditMitigationActionsTaskOutput
sourcepub fn builder() -> DescribeAuditMitigationActionsTaskOutputBuilder
pub fn builder() -> DescribeAuditMitigationActionsTaskOutputBuilder
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
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl PartialEq for DescribeAuditMitigationActionsTaskOutput
impl PartialEq for DescribeAuditMitigationActionsTaskOutput
source§fn eq(&self, other: &DescribeAuditMitigationActionsTaskOutput) -> bool
fn eq(&self, other: &DescribeAuditMitigationActionsTaskOutput) -> bool
self and other values to be equal, and is used
by ==.source§impl RequestId for DescribeAuditMitigationActionsTaskOutput
impl RequestId for DescribeAuditMitigationActionsTaskOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
None if the service could not be reached.