Class: Aws::Types::DefaultConnectionTrackingConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::DefaultConnectionTrackingConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#default_tcp_established_timeout ⇒ ::Integer
Returns the value of attribute default_tcp_established_timeout.
-
#default_udp_stream_timeout ⇒ ::Integer
Returns the value of attribute default_udp_stream_timeout.
-
#default_udp_timeout ⇒ ::Integer
Returns the value of attribute default_udp_timeout.
Instance Attribute Details
#default_tcp_established_timeout ⇒ ::Integer
Returns the value of attribute default_tcp_established_timeout.
4126 4127 4128 |
# File 'sig/types.rbs', line 4126 def default_tcp_established_timeout @default_tcp_established_timeout end |
#default_udp_stream_timeout ⇒ ::Integer
Returns the value of attribute default_udp_stream_timeout.
4128 4129 4130 |
# File 'sig/types.rbs', line 4128 def default_udp_stream_timeout @default_udp_stream_timeout end |
#default_udp_timeout ⇒ ::Integer
Returns the value of attribute default_udp_timeout.
4127 4128 4129 |
# File 'sig/types.rbs', line 4127 def default_udp_timeout @default_udp_timeout end |