Table of Contents

Class DescribeDataRepositoryTasksResponse

Namespace
Amazon.FSx.Model
Assembly
AWSSDK.FSx.dll

This is the response object from the DescribeDataRepositoryTasks operation.

public class DescribeDataRepositoryTasksResponse : AmazonWebServiceResponse
Inheritance
DescribeDataRepositoryTasksResponse

Constructors

DescribeDataRepositoryTasksResponse()

public DescribeDataRepositoryTasksResponse()

Properties

DataRepositoryTasks

Gets and sets the property DataRepositoryTasks.

The collection of data repository task descriptions returned.

public List<DataRepositoryTask> DataRepositoryTasks { get; set; }

Property Value

List<DataRepositoryTask>

NextToken

Gets and sets the property NextToken.

public string NextToken { get; set; }

Property Value

string