Class: Aws::IoT::Types::DetectMitigationActionExecution
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::DetectMitigationActionExecution
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Overview
Describes which mitigation actions should be executed.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action_name ⇒ String
The friendly name that uniquely identifies the mitigation action.
-
#error_code ⇒ String
The error code of a mitigation action.
-
#execution_end_date ⇒ Time
The date a mitigation action ended.
-
#execution_start_date ⇒ Time
The date a mitigation action was started.
-
#message ⇒ String
The message of a mitigation action.
-
#status ⇒ String
The status of a mitigation action.
-
#task_id ⇒ String
The unique identifier of the task.
-
#thing_name ⇒ String
The name of the thing.
-
#violation_id ⇒ String
The unique identifier of the violation.
Instance Attribute Details
#action_name ⇒ String
The friendly name that uniquely identifies the mitigation action.
6882 6883 6884 6885 6886 6887 6888 6889 6890 6891 6892 6893 6894 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 6882 class DetectMitigationActionExecution < Struct.new( :task_id, :violation_id, :action_name, :thing_name, :execution_start_date, :execution_end_date, :status, :error_code, :message) SENSITIVE = [] include Aws::Structure end |
#error_code ⇒ String
The error code of a mitigation action.
6882 6883 6884 6885 6886 6887 6888 6889 6890 6891 6892 6893 6894 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 6882 class DetectMitigationActionExecution < Struct.new( :task_id, :violation_id, :action_name, :thing_name, :execution_start_date, :execution_end_date, :status, :error_code, :message) SENSITIVE = [] include Aws::Structure end |
#execution_end_date ⇒ Time
The date a mitigation action ended.
6882 6883 6884 6885 6886 6887 6888 6889 6890 6891 6892 6893 6894 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 6882 class DetectMitigationActionExecution < Struct.new( :task_id, :violation_id, :action_name, :thing_name, :execution_start_date, :execution_end_date, :status, :error_code, :message) SENSITIVE = [] include Aws::Structure end |
#execution_start_date ⇒ Time
The date a mitigation action was started.
6882 6883 6884 6885 6886 6887 6888 6889 6890 6891 6892 6893 6894 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 6882 class DetectMitigationActionExecution < Struct.new( :task_id, :violation_id, :action_name, :thing_name, :execution_start_date, :execution_end_date, :status, :error_code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
The message of a mitigation action.
6882 6883 6884 6885 6886 6887 6888 6889 6890 6891 6892 6893 6894 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 6882 class DetectMitigationActionExecution < Struct.new( :task_id, :violation_id, :action_name, :thing_name, :execution_start_date, :execution_end_date, :status, :error_code, :message) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of a mitigation action.
6882 6883 6884 6885 6886 6887 6888 6889 6890 6891 6892 6893 6894 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 6882 class DetectMitigationActionExecution < Struct.new( :task_id, :violation_id, :action_name, :thing_name, :execution_start_date, :execution_end_date, :status, :error_code, :message) SENSITIVE = [] include Aws::Structure end |
#task_id ⇒ String
The unique identifier of the task.
6882 6883 6884 6885 6886 6887 6888 6889 6890 6891 6892 6893 6894 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 6882 class DetectMitigationActionExecution < Struct.new( :task_id, :violation_id, :action_name, :thing_name, :execution_start_date, :execution_end_date, :status, :error_code, :message) SENSITIVE = [] include Aws::Structure end |
#thing_name ⇒ String
The name of the thing.
6882 6883 6884 6885 6886 6887 6888 6889 6890 6891 6892 6893 6894 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 6882 class DetectMitigationActionExecution < Struct.new( :task_id, :violation_id, :action_name, :thing_name, :execution_start_date, :execution_end_date, :status, :error_code, :message) SENSITIVE = [] include Aws::Structure end |
#violation_id ⇒ String
The unique identifier of the violation.
6882 6883 6884 6885 6886 6887 6888 6889 6890 6891 6892 6893 6894 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 6882 class DetectMitigationActionExecution < Struct.new( :task_id, :violation_id, :action_name, :thing_name, :execution_start_date, :execution_end_date, :status, :error_code, :message) SENSITIVE = [] include Aws::Structure end |