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.
6653 6654 6655 6656 6657 6658 6659 6660 6661 6662 6663 6664 |
# File 'lib/aws-sdk-inspector2/types.rb', line 6653 class StopCisMessageProgress < Struct.new( :error_checks, :failed_checks, :informational_checks, :not_applicable_checks, :not_evaluated_checks, :successful_checks, :total_checks, :unknown_checks) SENSITIVE = [] include Aws::Structure end |
#failed_checks ⇒ Integer
The progress’ failed checks.
6653 6654 6655 6656 6657 6658 6659 6660 6661 6662 6663 6664 |
# File 'lib/aws-sdk-inspector2/types.rb', line 6653 class StopCisMessageProgress < Struct.new( :error_checks, :failed_checks, :informational_checks, :not_applicable_checks, :not_evaluated_checks, :successful_checks, :total_checks, :unknown_checks) SENSITIVE = [] include Aws::Structure end |
#informational_checks ⇒ Integer
The progress’ informational checks.
6653 6654 6655 6656 6657 6658 6659 6660 6661 6662 6663 6664 |
# File 'lib/aws-sdk-inspector2/types.rb', line 6653 class StopCisMessageProgress < Struct.new( :error_checks, :failed_checks, :informational_checks, :not_applicable_checks, :not_evaluated_checks, :successful_checks, :total_checks, :unknown_checks) SENSITIVE = [] include Aws::Structure end |
#not_applicable_checks ⇒ Integer
The progress’ not applicable checks.
6653 6654 6655 6656 6657 6658 6659 6660 6661 6662 6663 6664 |
# File 'lib/aws-sdk-inspector2/types.rb', line 6653 class StopCisMessageProgress < Struct.new( :error_checks, :failed_checks, :informational_checks, :not_applicable_checks, :not_evaluated_checks, :successful_checks, :total_checks, :unknown_checks) SENSITIVE = [] include Aws::Structure end |
#not_evaluated_checks ⇒ Integer
The progress’ not evaluated checks.
6653 6654 6655 6656 6657 6658 6659 6660 6661 6662 6663 6664 |
# File 'lib/aws-sdk-inspector2/types.rb', line 6653 class StopCisMessageProgress < Struct.new( :error_checks, :failed_checks, :informational_checks, :not_applicable_checks, :not_evaluated_checks, :successful_checks, :total_checks, :unknown_checks) SENSITIVE = [] include Aws::Structure end |
#successful_checks ⇒ Integer
The progress’ successful checks.
6653 6654 6655 6656 6657 6658 6659 6660 6661 6662 6663 6664 |
# File 'lib/aws-sdk-inspector2/types.rb', line 6653 class StopCisMessageProgress < Struct.new( :error_checks, :failed_checks, :informational_checks, :not_applicable_checks, :not_evaluated_checks, :successful_checks, :total_checks, :unknown_checks) SENSITIVE = [] include Aws::Structure end |
#total_checks ⇒ Integer
The progress’ total checks.
6653 6654 6655 6656 6657 6658 6659 6660 6661 6662 6663 6664 |
# File 'lib/aws-sdk-inspector2/types.rb', line 6653 class StopCisMessageProgress < Struct.new( :error_checks, :failed_checks, :informational_checks, :not_applicable_checks, :not_evaluated_checks, :successful_checks, :total_checks, :unknown_checks) SENSITIVE = [] include Aws::Structure end |
#unknown_checks ⇒ Integer
The progress’ unknown checks.
6653 6654 6655 6656 6657 6658 6659 6660 6661 6662 6663 6664 |
# File 'lib/aws-sdk-inspector2/types.rb', line 6653 class StopCisMessageProgress < Struct.new( :error_checks, :failed_checks, :informational_checks, :not_applicable_checks, :not_evaluated_checks, :successful_checks, :total_checks, :unknown_checks) SENSITIVE = [] include Aws::Structure end |