Class: Aws::FSx::Types::DescribeDataRepositoryTasksResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::FSx::Types::DescribeDataRepositoryTasksResponse
- Defined in:
- gems/aws-sdk-fsx/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.
4965 4966 4967 4968 4969 4970 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 4965 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.
4965 4966 4967 4968 4969 4970 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 4965 class DescribeDataRepositoryTasksResponse < Struct.new( :data_repository_tasks, :next_token) SENSITIVE = [] include Aws::Structure end |