Class: Aws::AppMesh::Types::TcpRoute
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppMesh::Types::TcpRoute
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appmesh/types.rb
Overview
An object that represents a TCP route type.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action ⇒ Types::TcpRouteAction
The action to take if a match is determined.
-
#match ⇒ Types::TcpRouteMatch
An object that represents the criteria for determining a request match.
-
#timeout ⇒ Types::TcpTimeout
An object that represents types of timeouts.
Instance Attribute Details
#action ⇒ Types::TcpRouteAction
The action to take if a match is determined.
4212 4213 4214 4215 4216 4217 4218 |
# File 'lib/aws-sdk-appmesh/types.rb', line 4212 class TcpRoute < Struct.new( :action, :match, :timeout) SENSITIVE = [] include Aws::Structure end |
#match ⇒ Types::TcpRouteMatch
An object that represents the criteria for determining a request match.
4212 4213 4214 4215 4216 4217 4218 |
# File 'lib/aws-sdk-appmesh/types.rb', line 4212 class TcpRoute < Struct.new( :action, :match, :timeout) SENSITIVE = [] include Aws::Structure end |
#timeout ⇒ Types::TcpTimeout
An object that represents types of timeouts.
4212 4213 4214 4215 4216 4217 4218 |
# File 'lib/aws-sdk-appmesh/types.rb', line 4212 class TcpRoute < Struct.new( :action, :match, :timeout) SENSITIVE = [] include Aws::Structure end |