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

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

Instance Attribute Details

#action_nameString

The friendly name that uniquely identifies the mitigation action.

Returns:

  • (String)


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_codeString

The error code of a mitigation action.

Returns:

  • (String)


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_dateTime

The date a mitigation action ended.

Returns:

  • (Time)


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_dateTime

The date a mitigation action was started.

Returns:

  • (Time)


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

#messageString

The message of a mitigation action.

Returns:

  • (String)


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

#statusString

The status of a mitigation action.

Returns:

  • (String)


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_idString

The unique identifier of the task.

Returns:

  • (String)


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_nameString

The name of the thing.

Returns:

  • (String)


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_idString

The unique identifier of the violation.

Returns:

  • (String)


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