Class: Aws::IoT::Types::AuditMitigationActionsTaskMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::AuditMitigationActionsTaskMetadata
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Overview
Information about an audit mitigation actions task that is returned by ‘ListAuditMitigationActionsTasks`.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#start_time ⇒ Time
The time at which the audit mitigation actions task was started.
-
#task_id ⇒ String
The unique identifier for the task.
-
#task_status ⇒ String
The current state of the audit mitigation actions task.
Instance Attribute Details
#start_time ⇒ Time
The time at which the audit mitigation actions task was started.
937 938 939 940 941 942 943 |
# File 'lib/aws-sdk-iot/types.rb', line 937 class AuditMitigationActionsTaskMetadata < Struct.new( :task_id, :start_time, :task_status) SENSITIVE = [] include Aws::Structure end |
#task_id ⇒ String
The unique identifier for the task.
937 938 939 940 941 942 943 |
# File 'lib/aws-sdk-iot/types.rb', line 937 class AuditMitigationActionsTaskMetadata < Struct.new( :task_id, :start_time, :task_status) SENSITIVE = [] include Aws::Structure end |
#task_status ⇒ String
The current state of the audit mitigation actions task.
937 938 939 940 941 942 943 |
# File 'lib/aws-sdk-iot/types.rb', line 937 class AuditMitigationActionsTaskMetadata < Struct.new( :task_id, :start_time, :task_status) SENSITIVE = [] include Aws::Structure end |