class Aws::AppMesh::Types::TcpTimeout

An object that represents types of timeouts.

@note When making an API call, you may pass TcpTimeout

data as a hash:

    {
      idle: {
        unit: "s", # accepts s, ms
        value: 1,
      },
    }

@!attribute [rw] idle

An object that represents an idle timeout. An idle timeout bounds
the amount of time that a connection may be idle. The default value
is none.
@return [Types::Duration]

@see docs.aws.amazon.com/goto/WebAPI/appmesh-2019-01-25/TcpTimeout AWS API Documentation

Constants

SENSITIVE