Class: Aws::AppMesh::Types::VirtualRouterServiceProvider

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

Overview

An object that represents a virtual node service provider.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#virtual_router_nameString

The name of the virtual router that is acting as a service provider.

Returns:

  • (String)


6107
6108
6109
6110
6111
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 6107

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