Class: Aws::IoT::Types::DetectMitigationActionExecution

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#action_nameString

The friendly name that uniquely identifies the mitigation action.

Returns:

  • (String)


6630
6631
6632
6633
6634
6635
6636
6637
6638
6639
6640
6641
6642
# File 'lib/aws-sdk-iot/types.rb', line 6630

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_codeString

The error code of a mitigation action.

Returns:

  • (String)


6630
6631
6632
6633
6634
6635
6636
6637
6638
6639
6640
6641
6642
# File 'lib/aws-sdk-iot/types.rb', line 6630

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_dateTime

The date a mitigation action ended.

Returns:

  • (Time)


6630
6631
6632
6633
6634
6635
6636
6637
6638
6639
6640
6641
6642
# File 'lib/aws-sdk-iot/types.rb', line 6630

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_dateTime

The date a mitigation action was started.

Returns:

  • (Time)


6630
6631
6632
6633
6634
6635
6636
6637
6638
6639
6640
6641
6642
# File 'lib/aws-sdk-iot/types.rb', line 6630

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

#messageString

The message of a mitigation action.

Returns:

  • (String)


6630
6631
6632
6633
6634
6635
6636
6637
6638
6639
6640
6641
6642
# File 'lib/aws-sdk-iot/types.rb', line 6630

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

#statusString

The status of a mitigation action.

Returns:

  • (String)


6630
6631
6632
6633
6634
6635
6636
6637
6638
6639
6640
6641
6642
# File 'lib/aws-sdk-iot/types.rb', line 6630

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_idString

The unique identifier of the task.

Returns:

  • (String)


6630
6631
6632
6633
6634
6635
6636
6637
6638
6639
6640
6641
6642
# File 'lib/aws-sdk-iot/types.rb', line 6630

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_nameString

The name of the thing.

Returns:

  • (String)


6630
6631
6632
6633
6634
6635
6636
6637
6638
6639
6640
6641
6642
# File 'lib/aws-sdk-iot/types.rb', line 6630

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_idString

The unique identifier of the violation.

Returns:

  • (String)


6630
6631
6632
6633
6634
6635
6636
6637
6638
6639
6640
6641
6642
# File 'lib/aws-sdk-iot/types.rb', line 6630

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