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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


6198
6199
6200
6201
6202
6203
6204
# File 'lib/aws-sdk-iot/types.rb', line 6198

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

#actions_failedInteger

The actions that failed.

Returns:

  • (Integer)


6198
6199
6200
6201
6202
6203
6204
# File 'lib/aws-sdk-iot/types.rb', line 6198

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

#actions_skippedInteger

The actions that were skipped.

Returns:

  • (Integer)


6198
6199
6200
6201
6202
6203
6204
# File 'lib/aws-sdk-iot/types.rb', line 6198

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