Class: Aws::DataSync::Types::ListTaskExecutionsRequest

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

Overview

ListTaskExecutions

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of executed tasks to list.

Returns:

  • (Integer)


3398
3399
3400
3401
3402
3403
3404
# File 'lib/aws-sdk-datasync/types.rb', line 3398

class ListTaskExecutionsRequest < Struct.new(
  :task_arn,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

An opaque string that indicates the position at which to begin the next list of the executed tasks.

Returns:

  • (String)


3398
3399
3400
3401
3402
3403
3404
# File 'lib/aws-sdk-datasync/types.rb', line 3398

class ListTaskExecutionsRequest < Struct.new(
  :task_arn,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#task_arnString

The Amazon Resource Name (ARN) of the task whose tasks you want to list.

Returns:

  • (String)


3398
3399
3400
3401
3402
3403
3404
# File 'lib/aws-sdk-datasync/types.rb', line 3398

class ListTaskExecutionsRequest < Struct.new(
  :task_arn,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end