UpdateSubnetGroupResponse constructor

UpdateSubnetGroupResponse({
  1. SubnetGroup? subnetGroup,
})

Implementation

UpdateSubnetGroupResponse({
  this.subnetGroup,
});