class Aws::DataSync::Types::ListTaskExecutionsRequest

ListTaskExecutions

@note When making an API call, you may pass ListTaskExecutionsRequest

data as a hash:

    {
      task_arn: "TaskArn",
      max_results: 1,
      next_token: "NextToken",
    }

@!attribute [rw] task_arn

The Amazon Resource Name (ARN) of the task whose tasks you want to
list.
@return [String]

@!attribute [rw] max_results

The maximum number of executed tasks to list.
@return [Integer]

@!attribute [rw] next_token

An opaque string that indicates the position at which to begin the
next list of the executed tasks.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/datasync-2018-11-09/ListTaskExecutionsRequest AWS API Documentation

Constants

SENSITIVE