Class: Aws::AppMesh::Types::TcpTimeout

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-appmesh/types.rb

Overview

An object that represents types of timeouts.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idleTypes::Duration

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.

Returns:



4259
4260
4261
4262
4263
# File 'lib/aws-sdk-appmesh/types.rb', line 4259

class TcpTimeout < Struct.new(
  :idle)
  SENSITIVE = []
  include Aws::Structure
end