You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ListTaskExecutionsRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

ListTaskExecutions

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of executed tasks to list.

Returns:

  • (Integer)

    The maximum number of executed tasks to list.

#next_tokenString

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

Returns:

  • (String)

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

#task_arnString

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

Returns:

  • (String)

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