Method: Aws::AppMesh::Types::UpdateVirtualRouterInput#virtual_router_name

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

#virtual_router_nameString

The name of the virtual router to update.

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