Method: Aws::AppMesh::Types::TcpRoute#action

Defined in:
lib/aws-sdk-appmesh/types.rb

#actionTypes::TcpRouteAction

The action to take if a match is determined.

Returns:



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