Class: Aws::Types::ListBacklogTasksResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListBacklogTasksResponse
- 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::Task]
Returns the value of attribute tasks.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
932 933 934 |
# File 'sig/types.rbs', line 932 def next_token @next_token end |
#tasks ⇒ ::Array[Types::Task]
Returns the value of attribute tasks.
931 932 933 |
# File 'sig/types.rbs', line 931 def tasks @tasks end |