CreateSubnetGroupResponse constructor

CreateSubnetGroupResponse({
  1. SubnetGroup? subnetGroup,
})

Implementation

CreateSubnetGroupResponse({
  this.subnetGroup,
});