DescribeDBProxyTargetGroupsResponse constructor

DescribeDBProxyTargetGroupsResponse({
  1. String? marker,
  2. List<DBProxyTargetGroup>? targetGroups,
})

Implementation

DescribeDBProxyTargetGroupsResponse({
  this.marker,
  this.targetGroups,
});