Class: Aws::Types::TaskStatistics
- Inherits:
-
Object
- Object
- Aws::Types::TaskStatistics
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#canceled_checks ⇒ ::Integer
Returns the value of attribute canceled_checks.
-
#compliant_checks ⇒ ::Integer
Returns the value of attribute compliant_checks.
-
#failed_checks ⇒ ::Integer
Returns the value of attribute failed_checks.
-
#in_progress_checks ⇒ ::Integer
Returns the value of attribute in_progress_checks.
-
#non_compliant_checks ⇒ ::Integer
Returns the value of attribute non_compliant_checks.
-
#total_checks ⇒ ::Integer
Returns the value of attribute total_checks.
-
#waiting_for_data_collection_checks ⇒ ::Integer
Returns the value of attribute waiting_for_data_collection_checks.
Instance Attribute Details
#canceled_checks ⇒ ::Integer
Returns the value of attribute canceled_checks.
4695 4696 4697 |
# File 'sig/types.rbs', line 4695 def canceled_checks @canceled_checks end |
#compliant_checks ⇒ ::Integer
Returns the value of attribute compliant_checks.
4692 4693 4694 |
# File 'sig/types.rbs', line 4692 def compliant_checks @compliant_checks end |
#failed_checks ⇒ ::Integer
Returns the value of attribute failed_checks.
4694 4695 4696 |
# File 'sig/types.rbs', line 4694 def failed_checks @failed_checks end |
#in_progress_checks ⇒ ::Integer
Returns the value of attribute in_progress_checks.
4690 4691 4692 |
# File 'sig/types.rbs', line 4690 def in_progress_checks @in_progress_checks end |
#non_compliant_checks ⇒ ::Integer
Returns the value of attribute non_compliant_checks.
4693 4694 4695 |
# File 'sig/types.rbs', line 4693 def non_compliant_checks @non_compliant_checks end |
#total_checks ⇒ ::Integer
Returns the value of attribute total_checks.
4689 4690 4691 |
# File 'sig/types.rbs', line 4689 def total_checks @total_checks end |
#waiting_for_data_collection_checks ⇒ ::Integer
Returns the value of attribute waiting_for_data_collection_checks.
4691 4692 4693 |
# File 'sig/types.rbs', line 4691 def waiting_for_data_collection_checks @waiting_for_data_collection_checks end |