Class: Aws::IoT::Types::DetectMitigationActionExecution
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::DetectMitigationActionExecution
- Includes:
- Structure
- Defined in:
- 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.
7266 7267 7268 7269 7270 7271 7272 7273 7274 7275 7276 7277 7278 |
# File 'lib/aws-sdk-iot/types.rb', line 7266 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.
7266 7267 7268 7269 7270 7271 7272 7273 7274 7275 7276 7277 7278 |
# File 'lib/aws-sdk-iot/types.rb', line 7266 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.
7266 7267 7268 7269 7270 7271 7272 7273 7274 7275 7276 7277 7278 |
# File 'lib/aws-sdk-iot/types.rb', line 7266 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.
7266 7267 7268 7269 7270 7271 7272 7273 7274 7275 7276 7277 7278 |
# File 'lib/aws-sdk-iot/types.rb', line 7266 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.
7266 7267 7268 7269 7270 7271 7272 7273 7274 7275 7276 7277 7278 |
# File 'lib/aws-sdk-iot/types.rb', line 7266 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.
7266 7267 7268 7269 7270 7271 7272 7273 7274 7275 7276 7277 7278 |
# File 'lib/aws-sdk-iot/types.rb', line 7266 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.
7266 7267 7268 7269 7270 7271 7272 7273 7274 7275 7276 7277 7278 |
# File 'lib/aws-sdk-iot/types.rb', line 7266 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.
7266 7267 7268 7269 7270 7271 7272 7273 7274 7275 7276 7277 7278 |
# File 'lib/aws-sdk-iot/types.rb', line 7266 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.
7266 7267 7268 7269 7270 7271 7272 7273 7274 7275 7276 7277 7278 |
# File 'lib/aws-sdk-iot/types.rb', line 7266 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 |