Class: Aws::DataSync::Types::ListTasksResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataSync::Types::ListTasksResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datasync/types.rb
Overview
ListTasksResponse
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
An opaque string that indicates the position at which to begin returning the next list of tasks.
-
#tasks ⇒ Array<Types::TaskListEntry>
A list of all the tasks that are returned.
Instance Attribute Details
#next_token ⇒ String
An opaque string that indicates the position at which to begin returning the next list of tasks.
3791 3792 3793 3794 3795 3796 |
# File 'lib/aws-sdk-datasync/types.rb', line 3791 class ListTasksResponse < Struct.new( :tasks, :next_token) SENSITIVE = [] include Aws::Structure end |
#tasks ⇒ Array<Types::TaskListEntry>
A list of all the tasks that are returned.
3791 3792 3793 3794 3795 3796 |
# File 'lib/aws-sdk-datasync/types.rb', line 3791 class ListTasksResponse < Struct.new( :tasks, :next_token) SENSITIVE = [] include Aws::Structure end |