DescribeReplicationSubnetGroupsResponse constructor

DescribeReplicationSubnetGroupsResponse({
  1. String? marker,
  2. List<ReplicationSubnetGroup>? replicationSubnetGroups,
})

Implementation

DescribeReplicationSubnetGroupsResponse({
  this.marker,
  this.replicationSubnetGroups,
});