Class: Aws::IoT::Types::TaskStatistics

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

Overview

Statistics for the checks performed during the audit.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#canceled_checksInteger

The number of checks that did not run because the audit was canceled.

Returns:

  • (Integer)


14434
14435
14436
14437
14438
14439
14440
14441
14442
14443
14444
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 14434

class TaskStatistics < Struct.new(
  :total_checks,
  :in_progress_checks,
  :waiting_for_data_collection_checks,
  :compliant_checks,
  :non_compliant_checks,
  :failed_checks,
  :canceled_checks)
  SENSITIVE = []
  include Aws::Structure
end

#compliant_checksInteger

The number of checks that found compliant resources.

Returns:

  • (Integer)


14434
14435
14436
14437
14438
14439
14440
14441
14442
14443
14444
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 14434

class TaskStatistics < Struct.new(
  :total_checks,
  :in_progress_checks,
  :waiting_for_data_collection_checks,
  :compliant_checks,
  :non_compliant_checks,
  :failed_checks,
  :canceled_checks)
  SENSITIVE = []
  include Aws::Structure
end

#failed_checksInteger

The number of checks.

Returns:

  • (Integer)


14434
14435
14436
14437
14438
14439
14440
14441
14442
14443
14444
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 14434

class TaskStatistics < Struct.new(
  :total_checks,
  :in_progress_checks,
  :waiting_for_data_collection_checks,
  :compliant_checks,
  :non_compliant_checks,
  :failed_checks,
  :canceled_checks)
  SENSITIVE = []
  include Aws::Structure
end

#in_progress_checksInteger

The number of checks in progress.

Returns:

  • (Integer)


14434
14435
14436
14437
14438
14439
14440
14441
14442
14443
14444
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 14434

class TaskStatistics < Struct.new(
  :total_checks,
  :in_progress_checks,
  :waiting_for_data_collection_checks,
  :compliant_checks,
  :non_compliant_checks,
  :failed_checks,
  :canceled_checks)
  SENSITIVE = []
  include Aws::Structure
end

#non_compliant_checksInteger

The number of checks that found noncompliant resources.

Returns:

  • (Integer)


14434
14435
14436
14437
14438
14439
14440
14441
14442
14443
14444
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 14434

class TaskStatistics < Struct.new(
  :total_checks,
  :in_progress_checks,
  :waiting_for_data_collection_checks,
  :compliant_checks,
  :non_compliant_checks,
  :failed_checks,
  :canceled_checks)
  SENSITIVE = []
  include Aws::Structure
end

#total_checksInteger

The number of checks in this audit.

Returns:

  • (Integer)


14434
14435
14436
14437
14438
14439
14440
14441
14442
14443
14444
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 14434

class TaskStatistics < Struct.new(
  :total_checks,
  :in_progress_checks,
  :waiting_for_data_collection_checks,
  :compliant_checks,
  :non_compliant_checks,
  :failed_checks,
  :canceled_checks)
  SENSITIVE = []
  include Aws::Structure
end

#waiting_for_data_collection_checksInteger

The number of checks waiting for data collection.

Returns:

  • (Integer)


14434
14435
14436
14437
14438
14439
14440
14441
14442
14443
14444
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 14434

class TaskStatistics < Struct.new(
  :total_checks,
  :in_progress_checks,
  :waiting_for_data_collection_checks,
  :compliant_checks,
  :non_compliant_checks,
  :failed_checks,
  :canceled_checks)
  SENSITIVE = []
  include Aws::Structure
end