DescribeDBProxyTargetGroupsResponse constructor
DescribeDBProxyTargetGroupsResponse({
- String? marker,
- List<
DBProxyTargetGroup> ? targetGroups,
Implementation
DescribeDBProxyTargetGroupsResponse({
this.marker,
this.targetGroups,
});