Method: Aws::AppMesh::Types::TcpRoute#timeout
- Defined in:
- lib/aws-sdk-appmesh/types.rb
#timeout ⇒ Types::TcpTimeout
An object that represents types of timeouts.
4212 4213 4214 4215 4216 4217 4218 |
# File 'lib/aws-sdk-appmesh/types.rb', line 4212 class TcpRoute < Struct.new( :action, :match, :timeout) SENSITIVE = [] include Aws::Structure end |