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