DescribeReplicationSubnetGroupsResponse constructor
DescribeReplicationSubnetGroupsResponse({
- String? marker,
- List<
ReplicationSubnetGroup> ? replicationSubnetGroups,
Implementation
DescribeReplicationSubnetGroupsResponse({
this.marker,
this.replicationSubnetGroups,
});