SubnetOutpost constructor

SubnetOutpost({
  1. String? subnetOutpostArn,
})

Implementation

SubnetOutpost({
  this.subnetOutpostArn,
});