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

Class: Aws::IoT::Types::AuditMitigationActionsTaskMetadata

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

Overview

Information about an audit mitigation actions task that is returned by ListAuditMitigationActionsTasks.

Instance Attribute Summary collapse

Instance Attribute Details

#start_timeTime

The time at which the audit mitigation actions task was started.

Returns:

  • (Time)

    The time at which the audit mitigation actions task was started.

#task_idString

The unique identifier for the task.

Returns:

  • (String)

    The unique identifier for the task.

#task_statusString

The current state of the audit mitigation actions task.

Possible values:

  • IN_PROGRESS
  • COMPLETED
  • FAILED
  • CANCELED

Returns:

  • (String)

    The current state of the audit mitigation actions task.