Class: Aws::DataSync::Types::ListTasksResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataSync::Types::ListTasksResponse
- Defined in:
- gems/aws-sdk-datasync/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.
3602 3603 3604 3605 3606 3607 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 3602 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.
3602 3603 3604 3605 3606 3607 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 3602 class ListTasksResponse < Struct.new( :tasks, :next_token) SENSITIVE = [] include Aws::Structure end |