You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::IoT::Types::DescribeAuditMitigationActionsTaskResponse

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#actions_definitionArray<Types::MitigationAction>

Specifies the mitigation actions and their parameters that are applied as part of this task.

Returns:

  • (Array<Types::MitigationAction>)

    Specifies the mitigation actions and their parameters that are applied as part of this task.

#audit_check_to_actions_mappingHash<String,Array<String>>

Specifies the mitigation actions that should be applied to specific audit checks.

Returns:

  • (Hash<String,Array<String>>)

    Specifies the mitigation actions that should be applied to specific audit checks.

#end_timeTime

The date and time when the task was completed or canceled.

Returns:

  • (Time)

    The date and time when the task was completed or canceled.

#start_timeTime

The date and time when the task was started.

Returns:

  • (Time)

    The date and time when the task was started.

#targetTypes::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.

Returns:

#task_statisticsHash<String,Types::TaskStatisticsForAuditCheck>

Aggregate counts of the results when the mitigation tasks were applied to the findings for this audit mitigation actions task.

Returns:

  • (Hash<String,Types::TaskStatisticsForAuditCheck>)

    Aggregate counts of the results when the mitigation tasks were applied to the findings for this audit mitigation actions task.

#task_statusString

The current status of the task.

Possible values:

  • IN_PROGRESS
  • COMPLETED
  • FAILED
  • CANCELED

Returns:

  • (String)

    The current status of the task.