Class: Aws::Types::RunSummary
- Inherits:
-
Object
- Object
- Aws::Types::RunSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cancelled_run_count ⇒ ::Integer
Returns the value of attribute cancelled_run_count.
-
#completed_run_count ⇒ ::Integer
Returns the value of attribute completed_run_count.
-
#deleted_run_count ⇒ ::Integer
Returns the value of attribute deleted_run_count.
-
#failed_run_count ⇒ ::Integer
Returns the value of attribute failed_run_count.
-
#pending_run_count ⇒ ::Integer
Returns the value of attribute pending_run_count.
-
#running_run_count ⇒ ::Integer
Returns the value of attribute running_run_count.
-
#starting_run_count ⇒ ::Integer
Returns the value of attribute starting_run_count.
-
#stopping_run_count ⇒ ::Integer
Returns the value of attribute stopping_run_count.
Instance Attribute Details
#cancelled_run_count ⇒ ::Integer
Returns the value of attribute cancelled_run_count.
2030 2031 2032 |
# File 'sig/types.rbs', line 2030 def cancelled_run_count @cancelled_run_count end |
#completed_run_count ⇒ ::Integer
Returns the value of attribute completed_run_count.
2027 2028 2029 |
# File 'sig/types.rbs', line 2027 def completed_run_count @completed_run_count end |
#deleted_run_count ⇒ ::Integer
Returns the value of attribute deleted_run_count.
2028 2029 2030 |
# File 'sig/types.rbs', line 2028 def deleted_run_count @deleted_run_count end |
#failed_run_count ⇒ ::Integer
Returns the value of attribute failed_run_count.
2029 2030 2031 |
# File 'sig/types.rbs', line 2029 def failed_run_count @failed_run_count end |
#pending_run_count ⇒ ::Integer
Returns the value of attribute pending_run_count.
2023 2024 2025 |
# File 'sig/types.rbs', line 2023 def pending_run_count @pending_run_count end |
#running_run_count ⇒ ::Integer
Returns the value of attribute running_run_count.
2025 2026 2027 |
# File 'sig/types.rbs', line 2025 def running_run_count @running_run_count end |
#starting_run_count ⇒ ::Integer
Returns the value of attribute starting_run_count.
2024 2025 2026 |
# File 'sig/types.rbs', line 2024 def starting_run_count @starting_run_count end |
#stopping_run_count ⇒ ::Integer
Returns the value of attribute stopping_run_count.
2026 2027 2028 |
# File 'sig/types.rbs', line 2026 def stopping_run_count @stopping_run_count end |