Class: Aws::Inspector2::Types::StopCisMessageProgress
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::StopCisMessageProgress
- Defined in:
- gems/aws-sdk-inspector2/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.
8252 8253 8254 8255 8256 8257 8258 8259 8260 8261 8262 8263 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 8252 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.
8252 8253 8254 8255 8256 8257 8258 8259 8260 8261 8262 8263 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 8252 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.
8252 8253 8254 8255 8256 8257 8258 8259 8260 8261 8262 8263 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 8252 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.
8252 8253 8254 8255 8256 8257 8258 8259 8260 8261 8262 8263 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 8252 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.
8252 8253 8254 8255 8256 8257 8258 8259 8260 8261 8262 8263 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 8252 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.
8252 8253 8254 8255 8256 8257 8258 8259 8260 8261 8262 8263 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 8252 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.
8252 8253 8254 8255 8256 8257 8258 8259 8260 8261 8262 8263 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 8252 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.
8252 8253 8254 8255 8256 8257 8258 8259 8260 8261 8262 8263 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 8252 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 |