CreateGatewayGroupResponse constructor

CreateGatewayGroupResponse({
  1. String? gatewayGroupArn,
})

Implementation

CreateGatewayGroupResponse({
  this.gatewayGroupArn,
});