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.
1703 1704 1705 |
# File 'sig/types.rbs', line 1703 def next_token @next_token end |
#task_arns ⇒ ::Array[::String]
Returns the value of attribute task_arns.
1702 1703 1704 |
# File 'sig/types.rbs', line 1702 def task_arns @task_arns end |