Method: Aws::AppMesh::Types::VirtualGatewayPortMapping#protocol

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

#protocolString

The protocol used for the port mapping.

Returns:

  • (String)


5469
5470
5471
5472
5473
5474
# File 'lib/aws-sdk-appmesh/types.rb', line 5469

class VirtualGatewayPortMapping < Struct.new(
  :port,
  :protocol)
  SENSITIVE = []
  include Aws::Structure
end