$VpcAccessibleServices constructor

$VpcAccessibleServices({
  1. List<String>? allowedServices,
  2. bool? enableRestriction,
})

Implementation

$VpcAccessibleServices({
  this.allowedServices,
  this.enableRestriction,
});