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.
3065 3066 3067 3068 3069 3070 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 3065 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.
3065 3066 3067 3068 3069 3070 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 3065 class ListTasksResponse < Struct.new( :tasks, :next_token) SENSITIVE = [] include Aws::Structure end |