Class: Aws::Types::ListTasksResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListTasksResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#task_arns ⇒ ::Array[::String]
Returns the value of attribute task_arns.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
1687 1688 1689 |
# File 'sig/types.rbs', line 1687 def next_token @next_token end |
#task_arns ⇒ ::Array[::String]
Returns the value of attribute task_arns.
1686 1687 1688 |
# File 'sig/types.rbs', line 1686 def task_arns @task_arns end |