Class: Aws::Types::WorkflowRunStatistics
- Inherits:
-
Object
- Object
- Aws::Types::WorkflowRunStatistics
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#errored_actions ⇒ ::Integer
Returns the value of attribute errored_actions.
-
#failed_actions ⇒ ::Integer
Returns the value of attribute failed_actions.
-
#running_actions ⇒ ::Integer
Returns the value of attribute running_actions.
-
#stopped_actions ⇒ ::Integer
Returns the value of attribute stopped_actions.
-
#succeeded_actions ⇒ ::Integer
Returns the value of attribute succeeded_actions.
-
#timeout_actions ⇒ ::Integer
Returns the value of attribute timeout_actions.
-
#total_actions ⇒ ::Integer
Returns the value of attribute total_actions.
-
#waiting_actions ⇒ ::Integer
Returns the value of attribute waiting_actions.
Instance Attribute Details
#errored_actions ⇒ ::Integer
Returns the value of attribute errored_actions.
8422 8423 8424 |
# File 'sig/types.rbs', line 8422 def errored_actions @errored_actions end |
#failed_actions ⇒ ::Integer
Returns the value of attribute failed_actions.
8418 8419 8420 |
# File 'sig/types.rbs', line 8418 def failed_actions @failed_actions end |
#running_actions ⇒ ::Integer
Returns the value of attribute running_actions.
8421 8422 8423 |
# File 'sig/types.rbs', line 8421 def running_actions @running_actions end |
#stopped_actions ⇒ ::Integer
Returns the value of attribute stopped_actions.
8419 8420 8421 |
# File 'sig/types.rbs', line 8419 def stopped_actions @stopped_actions end |
#succeeded_actions ⇒ ::Integer
Returns the value of attribute succeeded_actions.
8420 8421 8422 |
# File 'sig/types.rbs', line 8420 def succeeded_actions @succeeded_actions end |
#timeout_actions ⇒ ::Integer
Returns the value of attribute timeout_actions.
8417 8418 8419 |
# File 'sig/types.rbs', line 8417 def timeout_actions @timeout_actions end |
#total_actions ⇒ ::Integer
Returns the value of attribute total_actions.
8416 8417 8418 |
# File 'sig/types.rbs', line 8416 def total_actions @total_actions end |
#waiting_actions ⇒ ::Integer
Returns the value of attribute waiting_actions.
8423 8424 8425 |
# File 'sig/types.rbs', line 8423 def waiting_actions @waiting_actions end |