Class: Aws::DataSync::Types::ListTaskExecutionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataSync::Types::ListTaskExecutionsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datasync/types.rb
Overview
ListTaskExecutionsResponse
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The opaque string that indicates the position to begin the next list of results in the response.
-
#task_executions ⇒ Array<Types::TaskExecutionListEntry>
A list of the task’s executions.
Instance Attribute Details
#next_token ⇒ String
The opaque string that indicates the position to begin the next list of results in the response.
3743 3744 3745 3746 3747 3748 |
# File 'lib/aws-sdk-datasync/types.rb', line 3743 class ListTaskExecutionsResponse < Struct.new( :task_executions, :next_token) SENSITIVE = [] include Aws::Structure end |
#task_executions ⇒ Array<Types::TaskExecutionListEntry>
A list of the task’s executions.
3743 3744 3745 3746 3747 3748 |
# File 'lib/aws-sdk-datasync/types.rb', line 3743 class ListTaskExecutionsResponse < Struct.new( :task_executions, :next_token) SENSITIVE = [] include Aws::Structure end |