DescribeDBProxyTargetsResponse constructor

DescribeDBProxyTargetsResponse({
  1. String? marker,
  2. List<DBProxyTarget>? targets,
})

Implementation

DescribeDBProxyTargetsResponse({
  this.marker,
  this.targets,
});