Class: Aws::AppMesh::Types::VirtualRouterServiceProvider
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppMesh::Types::VirtualRouterServiceProvider
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appmesh/types.rb
Overview
An object that represents a virtual node service provider.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#virtual_router_name ⇒ String
The name of the virtual router that is acting as a service provider.
Instance Attribute Details
#virtual_router_name ⇒ String
The name of the virtual router that is acting as a service provider.
6107 6108 6109 6110 6111 |
# File 'lib/aws-sdk-appmesh/types.rb', line 6107 class VirtualRouterServiceProvider < Struct.new( :virtual_router_name) SENSITIVE = [] include Aws::Structure end |