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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-fsx/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

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.



4491
4492
4493
4494
4495
4496
4497
4498
# File 'lib/aws-sdk-fsx/types.rb', line 4491

class DescribeDataRepositoryTasksRequest < Struct.new(
  :task_ids,
  :filters,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

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

Returns:

  • (Integer)


4491
4492
4493
4494
4495
4496
4497
4498
# File 'lib/aws-sdk-fsx/types.rb', line 4491

class DescribeDataRepositoryTasksRequest < Struct.new(
  :task_ids,
  :filters,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#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)


4491
4492
4493
4494
4495
4496
4497
4498
# File 'lib/aws-sdk-fsx/types.rb', line 4491

class DescribeDataRepositoryTasksRequest < Struct.new(
  :task_ids,
  :filters,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#task_idsArray<String>

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

Returns:

  • (Array<String>)


4491
4492
4493
4494
4495
4496
4497
4498
# File 'lib/aws-sdk-fsx/types.rb', line 4491

class DescribeDataRepositoryTasksRequest < Struct.new(
  :task_ids,
  :filters,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end