Method: Aws::AppMesh::Types::CreateVirtualRouterInput#virtual_router_name

Defined in:
lib/aws-sdk-appmesh/types.rb

#virtual_router_nameString

The name to use for the virtual router.

Returns:

  • (String)


654
655
656
657
658
659
660
661
662
663
# File 'lib/aws-sdk-appmesh/types.rb', line 654

class CreateVirtualRouterInput < Struct.new(
  :client_token,
  :mesh_name,
  :mesh_owner,
  :spec,
  :tags,
  :virtual_router_name)
  SENSITIVE = []
  include Aws::Structure
end