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.
-
#tasks ⇒ ::Array[Types::TaskListEntry]
Returns the value of attribute tasks.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
706 707 708 |
# File 'sig/types.rbs', line 706 def next_token @next_token end |
#tasks ⇒ ::Array[Types::TaskListEntry]
Returns the value of attribute tasks.
705 706 707 |
# File 'sig/types.rbs', line 705 def tasks @tasks end |