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)


3467
3468
3469
3470
3471
3472
3473
# File 'lib/aws-sdk-datasync/types.rb', line 3467

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)


3467
3468
3469
3470
3471
3472
3473
# File 'lib/aws-sdk-datasync/types.rb', line 3467

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)


3467
3468
3469
3470
3471
3472
3473
# File 'lib/aws-sdk-datasync/types.rb', line 3467

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