Class: Aws::DataSync::Types::ListTaskExecutionsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb

Overview

ListTaskExecutionsResponse

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The opaque string that indicates the position to begin the next list of results in the response.

Returns:

  • (String)


3546
3547
3548
3549
3550
3551
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 3546

class ListTaskExecutionsResponse < Struct.new(
  :task_executions,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#task_executionsArray<Types::TaskExecutionListEntry>

A list of the task's executions.

Returns:



3546
3547
3548
3549
3550
3551
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 3546

class ListTaskExecutionsResponse < Struct.new(
  :task_executions,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end