interface ListInstancesResponse {
    instances: DocumentDB.v1beta1.Instance[];
    totalCount: number;
}

Properties

List of all Database Instances available in an Organization or Project.

totalCount: number

Total count of Database Instances available in a Organization or Project.