Class: Aws::Types::CountPendingDecisionTasksInput
- Inherits:
-
Object
- Object
- Aws::Types::CountPendingDecisionTasksInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain ⇒ ::String
Returns the value of attribute domain.
-
#task_list ⇒ Types::TaskList
Returns the value of attribute task_list.
Instance Attribute Details
#domain ⇒ ::String
Returns the value of attribute domain.
258 259 260 |
# File 'sig/types.rbs', line 258 def domain @domain end |
#task_list ⇒ Types::TaskList
Returns the value of attribute task_list.
259 260 261 |
# File 'sig/types.rbs', line 259 def task_list @task_list end |