Class: Aws::AppMesh::Types::GrpcRouteAction

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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:



1997
1998
1999
2000
2001
# File 'lib/aws-sdk-appmesh/types.rb', line 1997

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