You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::AppMesh::Types::GatewayRouteVirtualService

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing GatewayRouteVirtualService as input to an Aws::Client method, you can use a vanilla Hash:

{
  virtual_service_name: "ResourceName", # required
}

An object that represents the virtual service that traffic is routed to.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#virtual_service_nameString

The name of the virtual service that traffic is routed to.

Returns:

  • (String)

    The name of the virtual service that traffic is routed to.