Table of Contents

Class CreateDataRepositoryAssociationResponse

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

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

Property Value

DataRepositoryAssociation