Class: Aws::Types::TcpRoute
- Inherits:
-
Object
- Object
- Aws::Types::TcpRoute
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ Types::TcpRouteAction
Returns the value of attribute action.
-
#match ⇒ Types::TcpRouteMatch
Returns the value of attribute match.
-
#timeout ⇒ Types::TcpTimeout
Returns the value of attribute timeout.
Instance Attribute Details
#action ⇒ Types::TcpRouteAction
Returns the value of attribute action.
1109 1110 1111 |
# File 'sig/types.rbs', line 1109 def action @action end |
#match ⇒ Types::TcpRouteMatch
Returns the value of attribute match.
1110 1111 1112 |
# File 'sig/types.rbs', line 1110 def match @match end |
#timeout ⇒ Types::TcpTimeout
Returns the value of attribute timeout.
1111 1112 1113 |
# File 'sig/types.rbs', line 1111 def timeout @timeout end |