Class: Aws::FSx::Types::DescribeDataRepositoryTasksResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::FSx::Types::DescribeDataRepositoryTasksResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fsx/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_repository_tasks ⇒ Array<Types::DataRepositoryTask>
The collection of data repository task descriptions returned.
-
#next_token ⇒ String
(Optional) Opaque pagination token returned from a previous operation (String).
Instance Attribute Details
#data_repository_tasks ⇒ Array<Types::DataRepositoryTask>
The collection of data repository task descriptions returned.
4827 4828 4829 4830 4831 4832 |
# File 'lib/aws-sdk-fsx/types.rb', line 4827 class DescribeDataRepositoryTasksResponse < Struct.new( :data_repository_tasks, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
(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.
4827 4828 4829 4830 4831 4832 |
# File 'lib/aws-sdk-fsx/types.rb', line 4827 class DescribeDataRepositoryTasksResponse < Struct.new( :data_repository_tasks, :next_token) SENSITIVE = [] include Aws::Structure end |