Class: Aws::Types::PollForActivityTaskInput
- Inherits:
-
Object
- Object
- Aws::Types::PollForActivityTaskInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain ⇒ ::String
Returns the value of attribute domain.
-
#identity ⇒ ::String
Returns the value of attribute identity.
-
#task_list ⇒ Types::TaskList
Returns the value of attribute task_list.
Instance Attribute Details
#domain ⇒ ::String
Returns the value of attribute domain.
645 646 647 |
# File 'sig/types.rbs', line 645 def domain @domain end |
#identity ⇒ ::String
Returns the value of attribute identity.
647 648 649 |
# File 'sig/types.rbs', line 647 def identity @identity end |
#task_list ⇒ Types::TaskList
Returns the value of attribute task_list.
646 647 648 |
# File 'sig/types.rbs', line 646 def task_list @task_list end |