DescribeDBProxyTargetsResponse constructor
DescribeDBProxyTargetsResponse({
- String? marker,
- List<
DBProxyTarget> ? targets,
Implementation
DescribeDBProxyTargetsResponse({
this.marker,
this.targets,
});