Class: Aws::Types::ConnectionTrackingConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#tcp_established_timeout::Integer

Returns the value of attribute tcp_established_timeout.

Returns:

  • (::Integer)


1987
1988
1989
# File 'sig/types.rbs', line 1987

def tcp_established_timeout
  @tcp_established_timeout
end

#udp_stream_timeout::Integer

Returns the value of attribute udp_stream_timeout.

Returns:

  • (::Integer)


1988
1989
1990
# File 'sig/types.rbs', line 1988

def udp_stream_timeout
  @udp_stream_timeout
end

#udp_timeout::Integer

Returns the value of attribute udp_timeout.

Returns:

  • (::Integer)


1989
1990
1991
# File 'sig/types.rbs', line 1989

def udp_timeout
  @udp_timeout
end