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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#virtual_service_nameString

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

Returns:

  • (String)


1735
1736
1737
1738
1739
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 1735

class GatewayRouteVirtualService < Struct.new(
  :virtual_service_name)
  SENSITIVE = []
  include Aws::Structure
end