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.
3952 3953 3954 |
# File 'sig/types.rbs', line 3952 def default_tcp_established_timeout @default_tcp_established_timeout end |
#default_udp_stream_timeout ⇒ ::Integer
Returns the value of attribute default_udp_stream_timeout.
3954 3955 3956 |
# File 'sig/types.rbs', line 3954 def default_udp_stream_timeout @default_udp_stream_timeout end |
#default_udp_timeout ⇒ ::Integer
Returns the value of attribute default_udp_timeout.
3953 3954 3955 |
# File 'sig/types.rbs', line 3953 def default_udp_timeout @default_udp_timeout end |