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.
8230 8231 8232 8233 8234 8235 8236 8237 8238 8239 8240 8241 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 8230 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.
8230 8231 8232 8233 8234 8235 8236 8237 8238 8239 8240 8241 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 8230 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.
8230 8231 8232 8233 8234 8235 8236 8237 8238 8239 8240 8241 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 8230 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.
8230 8231 8232 8233 8234 8235 8236 8237 8238 8239 8240 8241 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 8230 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.
8230 8231 8232 8233 8234 8235 8236 8237 8238 8239 8240 8241 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 8230 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.
8230 8231 8232 8233 8234 8235 8236 8237 8238 8239 8240 8241 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 8230 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.
8230 8231 8232 8233 8234 8235 8236 8237 8238 8239 8240 8241 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 8230 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.
8230 8231 8232 8233 8234 8235 8236 8237 8238 8239 8240 8241 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 8230 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 |