Method: Aws::AppMesh::Types::CreateRouteInput#mesh_name
- Defined in:
- lib/aws-sdk-appmesh/types.rb
#mesh_name ⇒ String
The name of the service mesh to create the route in.
438 439 440 441 442 443 444 445 446 447 448 |
# File 'lib/aws-sdk-appmesh/types.rb', line 438 class CreateRouteInput < Struct.new( :client_token, :mesh_name, :mesh_owner, :route_name, :spec, :tags, :virtual_router_name) SENSITIVE = [] include Aws::Structure end |