Table of Contents

Class DescribeDataRepositoryAssociationsResponse

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

This is the response object from the DescribeDataRepositoryAssociations operation.

public class DescribeDataRepositoryAssociationsResponse : AmazonWebServiceResponse
Inheritance
DescribeDataRepositoryAssociationsResponse

Constructors

DescribeDataRepositoryAssociationsResponse()

public DescribeDataRepositoryAssociationsResponse()

Properties

Associations

Gets and sets the property Associations.

An array of one or more data repository association descriptions.

public List<DataRepositoryAssociation> Associations { get; set; }

Property Value

List<DataRepositoryAssociation>

NextToken

Gets and sets the property NextToken.

public string NextToken { get; set; }

Property Value

string