RouteRef constructor

RouteRef({
  1. String? arn,
  2. String? meshName,
  3. String? routeName,
  4. String? virtualRouterName,
})

Implementation

RouteRef({
  this.arn,
  this.meshName,
  this.routeName,
  this.virtualRouterName,
});