Table of Contents

Class UpdateDataRepositoryAssociationResponse

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

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

Property Value

DataRepositoryAssociation