Class: Aws::AppMesh::Types::HttpRouteAction
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppMesh::Types::HttpRouteAction
- 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
-
#weighted_targets ⇒ Array<Types::WeightedTarget>
An object that represents the targets that traffic is routed to when a request matches the route.
Instance Attribute Details
#weighted_targets ⇒ Array<Types::WeightedTarget>
An object that represents the targets that traffic is routed to when a request matches the route.
2546 2547 2548 2549 2550 |
# File 'lib/aws-sdk-appmesh/types.rb', line 2546 class HttpRouteAction < Struct.new( :weighted_targets) SENSITIVE = [] include Aws::Structure end |