DeleteGatewayOutput constructor

DeleteGatewayOutput({
  1. String? gatewayARN,
})

Implementation

DeleteGatewayOutput({
  this.gatewayARN,
});