CreateClusterSubnetGroupResult constructor

CreateClusterSubnetGroupResult({
  1. ClusterSubnetGroup? clusterSubnetGroup,
})

Implementation

CreateClusterSubnetGroupResult({
  this.clusterSubnetGroup,
});