Table of Contents

Class CreateDataRepositoryTaskResponse

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

This is the response object from the CreateDataRepositoryTask operation.

public class CreateDataRepositoryTaskResponse : AmazonWebServiceResponse
Inheritance
CreateDataRepositoryTaskResponse

Constructors

CreateDataRepositoryTaskResponse()

public CreateDataRepositoryTaskResponse()

Properties

DataRepositoryTask

Gets and sets the property DataRepositoryTask.

The description of the data repository task that you just created.

public DataRepositoryTask DataRepositoryTask { get; set; }

Property Value

DataRepositoryTask