Class CreateDataRepositoryAssociationResponse
This is the response object from the CreateDataRepositoryAssociation operation.
public class CreateDataRepositoryAssociationResponse : AmazonWebServiceResponse
- Inheritance
-
CreateDataRepositoryAssociationResponse
Constructors
CreateDataRepositoryAssociationResponse()
public CreateDataRepositoryAssociationResponse()
Properties
Association
Gets and sets the property Association.
The response object returned after the data repository association is created.
public DataRepositoryAssociation Association { get; set; }