Class CreateDataRepositoryTaskResponse
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; }