Class: Aws::AppMesh::Types::TcpRouteMatch
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppMesh::Types::TcpRouteMatch
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appmesh/types.rb
Overview
An object representing the TCP route to match.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#port ⇒ Integer
The port number to match on.
Instance Attribute Details
#port ⇒ Integer
The port number to match on.
4243 4244 4245 4246 4247 |
# File 'lib/aws-sdk-appmesh/types.rb', line 4243 class TcpRouteMatch < Struct.new( :port) SENSITIVE = [] include Aws::Structure end |