Class: Aws::AppMesh::Types::VirtualGatewayPortMapping

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb

Overview

An object that represents a port mapping.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#portInteger

The port used for the port mapping. Specify one protocol.

Returns:

  • (Integer)


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

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

#protocolString

The protocol used for the port mapping.

Returns:

  • (String)


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

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