StartGatewayOutput constructor

StartGatewayOutput({
  1. String? gatewayARN,
})

Implementation

StartGatewayOutput({
  this.gatewayARN,
});