Class: Aws::AppMesh::Types::TcpTimeout
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::AppMesh::Types::TcpTimeout
 
 
- 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
- 
  
    
      #idle  ⇒ Types::Duration 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An object that represents an idle timeout.
 
Instance Attribute Details
#idle ⇒ Types::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.
      4259 4260 4261 4262 4263  | 
    
      # File 'lib/aws-sdk-appmesh/types.rb', line 4259 class TcpTimeout < Struct.new( :idle) SENSITIVE = [] include Aws::Structure end  |