Class: Aws::Inspector2::Types::StopCisMessageProgress
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::StopCisMessageProgress
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector2/types.rb
Overview
The stop CIS message progress.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error_checks ⇒ Integer
The progress' error checks.
-
#failed_checks ⇒ Integer
The progress' failed checks.
-
#informational_checks ⇒ Integer
The progress' informational checks.
-
#not_applicable_checks ⇒ Integer
The progress' not applicable checks.
-
#not_evaluated_checks ⇒ Integer
The progress' not evaluated checks.
-
#successful_checks ⇒ Integer
The progress' successful checks.
-
#total_checks ⇒ Integer
The progress' total checks.
-
#unknown_checks ⇒ Integer
The progress' unknown checks.
Instance Attribute Details
#error_checks ⇒ Integer
The progress' error checks.
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.
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.
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.
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.
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.
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.
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.
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 |