Class: Aws::IoT::Types::AuditMitigationActionExecutionMetadata

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb

Overview

Returned by ListAuditMitigationActionsTask, this object contains information that describes a mitigation action that has been started.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#action_idString

The unique identifier for the mitigation action being applied by the task.

Returns:

  • (String)


831
832
833
834
835
836
837
838
839
840
841
842
843
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 831

class AuditMitigationActionExecutionMetadata < Struct.new(
  :task_id,
  :finding_id,
  :action_name,
  :action_id,
  :status,
  :start_time,
  :end_time,
  :error_code,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#action_nameString

The friendly name of the mitigation action being applied by the task.

Returns:

  • (String)


831
832
833
834
835
836
837
838
839
840
841
842
843
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 831

class AuditMitigationActionExecutionMetadata < Struct.new(
  :task_id,
  :finding_id,
  :action_name,
  :action_id,
  :status,
  :start_time,
  :end_time,
  :error_code,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#end_timeTime

The date and time when the task was completed or canceled. Blank if the task is still running.

Returns:

  • (Time)


831
832
833
834
835
836
837
838
839
840
841
842
843
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 831

class AuditMitigationActionExecutionMetadata < Struct.new(
  :task_id,
  :finding_id,
  :action_name,
  :action_id,
  :status,
  :start_time,
  :end_time,
  :error_code,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#error_codeString

If an error occurred, the code that indicates which type of error occurred.

Returns:

  • (String)


831
832
833
834
835
836
837
838
839
840
841
842
843
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 831

class AuditMitigationActionExecutionMetadata < Struct.new(
  :task_id,
  :finding_id,
  :action_name,
  :action_id,
  :status,
  :start_time,
  :end_time,
  :error_code,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#finding_idString

The unique identifier for the findings to which the task and associated mitigation action are applied.

Returns:

  • (String)


831
832
833
834
835
836
837
838
839
840
841
842
843
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 831

class AuditMitigationActionExecutionMetadata < Struct.new(
  :task_id,
  :finding_id,
  :action_name,
  :action_id,
  :status,
  :start_time,
  :end_time,
  :error_code,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

If an error occurred, a message that describes the error.

Returns:

  • (String)


831
832
833
834
835
836
837
838
839
840
841
842
843
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 831

class AuditMitigationActionExecutionMetadata < Struct.new(
  :task_id,
  :finding_id,
  :action_name,
  :action_id,
  :status,
  :start_time,
  :end_time,
  :error_code,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#start_timeTime

The date and time when the task was started.

Returns:

  • (Time)


831
832
833
834
835
836
837
838
839
840
841
842
843
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 831

class AuditMitigationActionExecutionMetadata < Struct.new(
  :task_id,
  :finding_id,
  :action_name,
  :action_id,
  :status,
  :start_time,
  :end_time,
  :error_code,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The current status of the task being executed.

Returns:

  • (String)


831
832
833
834
835
836
837
838
839
840
841
842
843
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 831

class AuditMitigationActionExecutionMetadata < Struct.new(
  :task_id,
  :finding_id,
  :action_name,
  :action_id,
  :status,
  :start_time,
  :end_time,
  :error_code,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#task_idString

The unique identifier for the task that applies the mitigation action.

Returns:

  • (String)


831
832
833
834
835
836
837
838
839
840
841
842
843
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 831

class AuditMitigationActionExecutionMetadata < Struct.new(
  :task_id,
  :finding_id,
  :action_name,
  :action_id,
  :status,
  :start_time,
  :end_time,
  :error_code,
  :message)
  SENSITIVE = []
  include Aws::Structure
end