Class: Aws::AppMesh::Types::GatewayRouteVirtualService
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppMesh::Types::GatewayRouteVirtualService
- Includes:
- Structure
- Defined in:
- 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
-
#virtual_service_name ⇒ String
The name of the virtual service that traffic is routed to.
Instance Attribute Details
#virtual_service_name ⇒ String
The name of the virtual service that traffic is routed to.
1735 1736 1737 1738 1739 |
# File 'lib/aws-sdk-appmesh/types.rb', line 1735 class GatewayRouteVirtualService < Struct.new( :virtual_service_name) SENSITIVE = [] include Aws::Structure end |