Class: Aws::Types::ConnectionTrackingSpecificationRequest
- Inherits:
-
Object
- Object
- Aws::Types::ConnectionTrackingSpecificationRequest
- 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.
59 60 61 |
# File 'sig/types.rbs', line 59 def tcp_established_timeout @tcp_established_timeout end |
#udp_stream_timeout ⇒ ::Integer
Returns the value of attribute udp_stream_timeout.
60 61 62 |
# File 'sig/types.rbs', line 60 def udp_stream_timeout @udp_stream_timeout end |
#udp_timeout ⇒ ::Integer
Returns the value of attribute udp_timeout.
61 62 63 |
# File 'sig/types.rbs', line 61 def udp_timeout @udp_timeout end |