Class: Aws::AppMesh::Types::TcpRoute

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

Overview

An object that represents a TCP route type.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#actionTypes::TcpRouteAction

The action to take if a match is determined.



4212
4213
4214
4215
4216
4217
4218
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 4212

class TcpRoute < Struct.new(
  :action,
  :match,
  :timeout)
  SENSITIVE = []
  include Aws::Structure
end

#matchTypes::TcpRouteMatch

An object that represents the criteria for determining a request match.



4212
4213
4214
4215
4216
4217
4218
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 4212

class TcpRoute < Struct.new(
  :action,
  :match,
  :timeout)
  SENSITIVE = []
  include Aws::Structure
end

#timeoutTypes::TcpTimeout

An object that represents types of timeouts.

Returns:



4212
4213
4214
4215
4216
4217
4218
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 4212

class TcpRoute < Struct.new(
  :action,
  :match,
  :timeout)
  SENSITIVE = []
  include Aws::Structure
end