GatewayInfo constructor
      
      GatewayInfo({})
     
    
    
Implementation
GatewayInfo({
  this.ec2InstanceId,
  this.ec2InstanceRegion,
  this.gatewayARN,
  this.gatewayId,
  this.gatewayName,
  this.gatewayOperationalState,
  this.gatewayType,
});