Class: Aws::Types::WorkflowExecutionOpenCounts
- Inherits:
-
Object
- Object
- Aws::Types::WorkflowExecutionOpenCounts
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#open_activity_tasks ⇒ ::Integer
Returns the value of attribute open_activity_tasks.
-
#open_child_workflow_executions ⇒ ::Integer
Returns the value of attribute open_child_workflow_executions.
-
#open_decision_tasks ⇒ ::Integer
Returns the value of attribute open_decision_tasks.
-
#open_lambda_functions ⇒ ::Integer
Returns the value of attribute open_lambda_functions.
-
#open_timers ⇒ ::Integer
Returns the value of attribute open_timers.
Instance Attribute Details
#open_activity_tasks ⇒ ::Integer
Returns the value of attribute open_activity_tasks.
1151 1152 1153 |
# File 'sig/types.rbs', line 1151 def open_activity_tasks @open_activity_tasks end |
#open_child_workflow_executions ⇒ ::Integer
Returns the value of attribute open_child_workflow_executions.
1154 1155 1156 |
# File 'sig/types.rbs', line 1154 def open_child_workflow_executions @open_child_workflow_executions end |
#open_decision_tasks ⇒ ::Integer
Returns the value of attribute open_decision_tasks.
1152 1153 1154 |
# File 'sig/types.rbs', line 1152 def open_decision_tasks @open_decision_tasks end |
#open_lambda_functions ⇒ ::Integer
Returns the value of attribute open_lambda_functions.
1155 1156 1157 |
# File 'sig/types.rbs', line 1155 def open_lambda_functions @open_lambda_functions end |
#open_timers ⇒ ::Integer
Returns the value of attribute open_timers.
1153 1154 1155 |
# File 'sig/types.rbs', line 1153 def open_timers @open_timers end |