Class: Aws::AppMesh::Types::TcpRouteAction

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

Overview

An object that represents the action to take if a match is determined.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#weighted_targetsArray<Types::WeightedTarget>

An object that represents the targets that traffic is routed to when a request matches the route.

Returns:



4229
4230
4231
4232
4233
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 4229

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