@aws-sdk/client-fsx

DescribeDataRepositoryTasksCommandOutput Interface

Members

Name
Type
Details
$metadata RequiredResponseMetadata
Metadata pertaining to this request.
DataRepositoryTasks DataRepositoryTask[] | undefined

The collection of data repository task descriptions returned.

NextToken string | undefined

(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.

Full Signature

export interface DescribeDataRepositoryTasksCommandOutput extends DescribeDataRepositoryTasksResponse, MetadataBearer