Class: Aws::Types::ConnectionTrackingSpecificationResponse
- Inherits:
-
Object
- Object
- Aws::Types::ConnectionTrackingSpecificationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#tcp_established_timeout ⇒ ::Integer
Returns the value of attribute tcp_established_timeout.
-
#udp_stream_timeout ⇒ ::Integer
Returns the value of attribute udp_stream_timeout.
-
#udp_timeout ⇒ ::Integer
Returns the value of attribute udp_timeout.
Instance Attribute Details
#tcp_established_timeout ⇒ ::Integer
Returns the value of attribute tcp_established_timeout.
2024 2025 2026 |
# File 'sig/types.rbs', line 2024 def tcp_established_timeout @tcp_established_timeout end |
#udp_stream_timeout ⇒ ::Integer
Returns the value of attribute udp_stream_timeout.
2025 2026 2027 |
# File 'sig/types.rbs', line 2025 def udp_stream_timeout @udp_stream_timeout end |
#udp_timeout ⇒ ::Integer
Returns the value of attribute udp_timeout.
2026 2027 2028 |
# File 'sig/types.rbs', line 2026 def udp_timeout @udp_timeout end |