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.
4076 4077 4078 |
# File 'sig/types.rbs', line 4076 def default_tcp_established_timeout @default_tcp_established_timeout end |
#default_udp_stream_timeout ⇒ ::Integer
Returns the value of attribute default_udp_stream_timeout.
4078 4079 4080 |
# File 'sig/types.rbs', line 4078 def default_udp_stream_timeout @default_udp_stream_timeout end |
#default_udp_timeout ⇒ ::Integer
Returns the value of attribute default_udp_timeout.
4077 4078 4079 |
# File 'sig/types.rbs', line 4077 def default_udp_timeout @default_udp_timeout end |