class Aws::FSx::Types::DescribeDataRepositoryTasksRequest
@note When making an API call, you may pass DescribeDataRepositoryTasksRequest
data as a hash: { task_ids: ["TaskId"], filters: [ { name: "file-system-id", # accepts file-system-id, task-lifecycle values: ["DataRepositoryTaskFilterValue"], }, ], max_results: 1, next_token: "NextToken", }
@!attribute [rw] task_ids
(Optional) IDs of the tasks whose descriptions you want to retrieve (String). @return [Array<String>]
@!attribute [rw] filters
(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. @return [Array<Types::DataRepositoryTaskFilter>]
@!attribute [rw] max_results
The maximum number of resources to return in the response. This value must be an integer greater than zero. @return [Integer]
@!attribute [rw] next_token
(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. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/DescribeDataRepositoryTasksRequest AWS API Documentation
Constants
- SENSITIVE