Class: Aws::IoT::Types::DetectMitigationActionsTaskStatistics

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

Overview

The statistics of a mitigation action task.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#actions_executedInteger

The actions that were performed.

Returns:

  • (Integer)


6658
6659
6660
6661
6662
6663
6664
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 6658

class DetectMitigationActionsTaskStatistics < Struct.new(
  :actions_executed,
  :actions_skipped,
  :actions_failed)
  SENSITIVE = []
  include Aws::Structure
end

#actions_failedInteger

The actions that failed.

Returns:

  • (Integer)


6658
6659
6660
6661
6662
6663
6664
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 6658

class DetectMitigationActionsTaskStatistics < Struct.new(
  :actions_executed,
  :actions_skipped,
  :actions_failed)
  SENSITIVE = []
  include Aws::Structure
end

#actions_skippedInteger

The actions that were skipped.

Returns:

  • (Integer)


6658
6659
6660
6661
6662
6663
6664
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 6658

class DetectMitigationActionsTaskStatistics < Struct.new(
  :actions_executed,
  :actions_skipped,
  :actions_failed)
  SENSITIVE = []
  include Aws::Structure
end