Method: Aws::AppMesh::Types::CreateVirtualGatewayInput#mesh_name

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

#mesh_nameString

The name of the service mesh to create the virtual gateway in.

Returns:

  • (String)


509
510
511
512
513
514
515
516
517
518
# File 'lib/aws-sdk-appmesh/types.rb', line 509

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