Class: Aws::Types::ProgressCounters
- Inherits:
-
Object
- Object
- Aws::Types::ProgressCounters
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cancelled_steps ⇒ ::Integer
Returns the value of attribute cancelled_steps.
-
#failed_steps ⇒ ::Integer
Returns the value of attribute failed_steps.
-
#success_steps ⇒ ::Integer
Returns the value of attribute success_steps.
-
#timed_out_steps ⇒ ::Integer
Returns the value of attribute timed_out_steps.
-
#total_steps ⇒ ::Integer
Returns the value of attribute total_steps.
Instance Attribute Details
#cancelled_steps ⇒ ::Integer
Returns the value of attribute cancelled_steps.
3680 3681 3682 |
# File 'sig/types.rbs', line 3680 def cancelled_steps @cancelled_steps end |
#failed_steps ⇒ ::Integer
Returns the value of attribute failed_steps.
3679 3680 3681 |
# File 'sig/types.rbs', line 3679 def failed_steps @failed_steps end |
#success_steps ⇒ ::Integer
Returns the value of attribute success_steps.
3678 3679 3680 |
# File 'sig/types.rbs', line 3678 def success_steps @success_steps end |
#timed_out_steps ⇒ ::Integer
Returns the value of attribute timed_out_steps.
3681 3682 3683 |
# File 'sig/types.rbs', line 3681 def timed_out_steps @timed_out_steps end |
#total_steps ⇒ ::Integer
Returns the value of attribute total_steps.
3677 3678 3679 |
# File 'sig/types.rbs', line 3677 def total_steps @total_steps end |