GatewayInfo constructor

GatewayInfo({
  1. String? ec2InstanceId,
  2. String? ec2InstanceRegion,
  3. String? gatewayARN,
  4. String? gatewayId,
  5. String? gatewayName,
  6. String? gatewayOperationalState,
  7. String? gatewayType,
})

Implementation

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