UpdateGatewayInformationOutput constructor

UpdateGatewayInformationOutput({
  1. String? gatewayARN,
  2. String? gatewayName,
})

Implementation

UpdateGatewayInformationOutput({
  this.gatewayARN,
  this.gatewayName,
});