Method: Aws::AppMesh::Types::UpdateVirtualRouterInput#mesh_name

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

#mesh_nameString

The name of the service mesh that the virtual router resides in.

Returns:

  • (String)


4790
4791
4792
4793
4794
4795
4796
4797
4798
# File 'lib/aws-sdk-appmesh/types.rb', line 4790

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