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

Class: Aws::FSx::Types::DescribeDataRepositoryTasksRequest

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

Overview

Note:

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

{
  task_ids: ["TaskId"],
  filters: [
    {
      name: "file-system-id", # accepts file-system-id, task-lifecycle
      values: ["DataRepositoryTaskFilterValue"],
    },
  ],
  max_results: 1,
  next_token: "NextToken",
}

Instance Attribute Summary collapse

Instance Attribute Details

#filtersArray<Types::DataRepositoryTaskFilter>

(Optional) You can use filters to narrow the DescribeDataRepositoryTasks response to include just tasks for specific file systems, or tasks in a specific lifecycle state.

Returns:

  • (Array<Types::DataRepositoryTaskFilter>)

    (Optional) You can use filters to narrow the DescribeDataRepositoryTasks response to include just tasks for specific file systems, or tasks in a specific lifecycle state.

#max_resultsInteger

The maximum number of resources to return in the response. This value must be an integer greater than zero.

Returns:

  • (Integer)

    The maximum number of resources to return in the response.

#next_tokenString

(Optional) Opaque pagination token returned from a previous operation (String). If present, this token indicates from what point you can continue processing the request, where the previous NextToken value left off.

Returns:

  • (String)

    (Optional) Opaque pagination token returned from a previous operation (String).

#task_idsArray<String>

(Optional) IDs of the tasks whose descriptions you want to retrieve (String).

Returns:

  • (Array<String>)

    (Optional) IDs of the tasks whose descriptions you want to retrieve (String).