Method: Aws::AppMesh::Types::VirtualGatewayPortMapping#protocol
- Defined in:
- lib/aws-sdk-appmesh/types.rb
#protocol ⇒ String
The protocol used for the port mapping.
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 |