Class: Aws::Types::StopCisMessageProgress
- Inherits:
-
Object
- Object
- Aws::Types::StopCisMessageProgress
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_checks ⇒ ::Integer
Returns the value of attribute error_checks.
-
#failed_checks ⇒ ::Integer
Returns the value of attribute failed_checks.
-
#informational_checks ⇒ ::Integer
Returns the value of attribute informational_checks.
-
#not_applicable_checks ⇒ ::Integer
Returns the value of attribute not_applicable_checks.
-
#not_evaluated_checks ⇒ ::Integer
Returns the value of attribute not_evaluated_checks.
-
#successful_checks ⇒ ::Integer
Returns the value of attribute successful_checks.
-
#total_checks ⇒ ::Integer
Returns the value of attribute total_checks.
-
#unknown_checks ⇒ ::Integer
Returns the value of attribute unknown_checks.
Instance Attribute Details
#error_checks ⇒ ::Integer
Returns the value of attribute error_checks.
2698 2699 2700 |
# File 'sig/types.rbs', line 2698 def error_checks @error_checks end |
#failed_checks ⇒ ::Integer
Returns the value of attribute failed_checks.
2693 2694 2695 |
# File 'sig/types.rbs', line 2693 def failed_checks @failed_checks end |
#informational_checks ⇒ ::Integer
Returns the value of attribute informational_checks.
2697 2698 2699 |
# File 'sig/types.rbs', line 2697 def informational_checks @informational_checks end |
#not_applicable_checks ⇒ ::Integer
Returns the value of attribute not_applicable_checks.
2696 2697 2698 |
# File 'sig/types.rbs', line 2696 def not_applicable_checks @not_applicable_checks end |
#not_evaluated_checks ⇒ ::Integer
Returns the value of attribute not_evaluated_checks.
2694 2695 2696 |
# File 'sig/types.rbs', line 2694 def not_evaluated_checks @not_evaluated_checks end |
#successful_checks ⇒ ::Integer
Returns the value of attribute successful_checks.
2692 2693 2694 |
# File 'sig/types.rbs', line 2692 def successful_checks @successful_checks end |
#total_checks ⇒ ::Integer
Returns the value of attribute total_checks.
2691 2692 2693 |
# File 'sig/types.rbs', line 2691 def total_checks @total_checks end |
#unknown_checks ⇒ ::Integer
Returns the value of attribute unknown_checks.
2695 2696 2697 |
# File 'sig/types.rbs', line 2695 def unknown_checks @unknown_checks end |