Class: Aws::Inspector2::Types::StopCisMessageProgress

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-inspector2/types.rb

Overview

The stop CIS message progress.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_checks ⇒ Integer

The progress' error checks.

Returns:

  • (Integer)


10119
10120
10121
10122
10123
10124
10125
10126
10127
10128
10129
10130
# File 'lib/aws-sdk-inspector2/types.rb', line 10119

class StopCisMessageProgress < Struct.new(
  :total_checks,
  :successful_checks,
  :failed_checks,
  :not_evaluated_checks,
  :unknown_checks,
  :not_applicable_checks,
  :informational_checks,
  :error_checks)
  SENSITIVE = []
  include Aws::Structure
end

#failed_checks ⇒ Integer

The progress' failed checks.

Returns:

  • (Integer)


10119
10120
10121
10122
10123
10124
10125
10126
10127
10128
10129
10130
# File 'lib/aws-sdk-inspector2/types.rb', line 10119

class StopCisMessageProgress < Struct.new(
  :total_checks,
  :successful_checks,
  :failed_checks,
  :not_evaluated_checks,
  :unknown_checks,
  :not_applicable_checks,
  :informational_checks,
  :error_checks)
  SENSITIVE = []
  include Aws::Structure
end

#informational_checks ⇒ Integer

The progress' informational checks.

Returns:

  • (Integer)


10119
10120
10121
10122
10123
10124
10125
10126
10127
10128
10129
10130
# File 'lib/aws-sdk-inspector2/types.rb', line 10119

class StopCisMessageProgress < Struct.new(
  :total_checks,
  :successful_checks,
  :failed_checks,
  :not_evaluated_checks,
  :unknown_checks,
  :not_applicable_checks,
  :informational_checks,
  :error_checks)
  SENSITIVE = []
  include Aws::Structure
end

#not_applicable_checks ⇒ Integer

The progress' not applicable checks.

Returns:

  • (Integer)


10119
10120
10121
10122
10123
10124
10125
10126
10127
10128
10129
10130
# File 'lib/aws-sdk-inspector2/types.rb', line 10119

class StopCisMessageProgress < Struct.new(
  :total_checks,
  :successful_checks,
  :failed_checks,
  :not_evaluated_checks,
  :unknown_checks,
  :not_applicable_checks,
  :informational_checks,
  :error_checks)
  SENSITIVE = []
  include Aws::Structure
end

#not_evaluated_checks ⇒ Integer

The progress' not evaluated checks.

Returns:

  • (Integer)


10119
10120
10121
10122
10123
10124
10125
10126
10127
10128
10129
10130
# File 'lib/aws-sdk-inspector2/types.rb', line 10119

class StopCisMessageProgress < Struct.new(
  :total_checks,
  :successful_checks,
  :failed_checks,
  :not_evaluated_checks,
  :unknown_checks,
  :not_applicable_checks,
  :informational_checks,
  :error_checks)
  SENSITIVE = []
  include Aws::Structure
end

#successful_checks ⇒ Integer

The progress' successful checks.

Returns:

  • (Integer)


10119
10120
10121
10122
10123
10124
10125
10126
10127
10128
10129
10130
# File 'lib/aws-sdk-inspector2/types.rb', line 10119

class StopCisMessageProgress < Struct.new(
  :total_checks,
  :successful_checks,
  :failed_checks,
  :not_evaluated_checks,
  :unknown_checks,
  :not_applicable_checks,
  :informational_checks,
  :error_checks)
  SENSITIVE = []
  include Aws::Structure
end

#total_checks ⇒ Integer

The progress' total checks.

Returns:

  • (Integer)


10119
10120
10121
10122
10123
10124
10125
10126
10127
10128
10129
10130
# File 'lib/aws-sdk-inspector2/types.rb', line 10119

class StopCisMessageProgress < Struct.new(
  :total_checks,
  :successful_checks,
  :failed_checks,
  :not_evaluated_checks,
  :unknown_checks,
  :not_applicable_checks,
  :informational_checks,
  :error_checks)
  SENSITIVE = []
  include Aws::Structure
end

#unknown_checks ⇒ Integer

The progress' unknown checks.

Returns:

  • (Integer)


10119
10120
10121
10122
10123
10124
10125
10126
10127
10128
10129
10130
# File 'lib/aws-sdk-inspector2/types.rb', line 10119

class StopCisMessageProgress < Struct.new(
  :total_checks,
  :successful_checks,
  :failed_checks,
  :not_evaluated_checks,
  :unknown_checks,
  :not_applicable_checks,
  :informational_checks,
  :error_checks)
  SENSITIVE = []
  include Aws::Structure
end