SetSubnetsOutput constructor

SetSubnetsOutput({
  1. List<AvailabilityZone>? availabilityZones,
  2. IpAddressType? ipAddressType,
})

Implementation

SetSubnetsOutput({
  this.availabilityZones,
  this.ipAddressType,
});