Class: Aws::AppMesh::Types::TcpRouteMatch

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

Overview

An object representing the TCP route to match.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#portInteger

The port number to match on.

Returns:

  • (Integer)


4243
4244
4245
4246
4247
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 4243

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