Class DescribeDataRepositoryAssociationsResponse
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
NextToken
Gets and sets the property NextToken.
public string NextToken { get; set; }