Class: Aws::Types::CountPendingActivityTasksInput
- Inherits:
-
Object
- Object
- Aws::Types::CountPendingActivityTasksInput
- 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.
252 253 254 |
# File 'sig/types.rbs', line 252 def domain @domain end |
#task_list ⇒ Types::TaskList
Returns the value of attribute task_list.
253 254 255 |
# File 'sig/types.rbs', line 253 def task_list @task_list end |