Class: Aws::FSx::Types::DescribeDataRepositoryTasksResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_repository_tasksArray<Types::DataRepositoryTask>

The collection of data repository task descriptions returned.

Returns:



4827
4828
4829
4830
4831
4832
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 4827

class DescribeDataRepositoryTasksResponse < Struct.new(
  :data_repository_tasks,
  :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)


4827
4828
4829
4830
4831
4832
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 4827

class DescribeDataRepositoryTasksResponse < Struct.new(
  :data_repository_tasks,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end