Class: Aws::AppMesh::Types::HttpGatewayRouteAction
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppMesh::Types::HttpGatewayRouteAction
- 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
-
#rewrite ⇒ Types::HttpGatewayRouteRewrite
The gateway route action to rewrite.
-
#target ⇒ Types::GatewayRouteTarget
An object that represents the target that traffic is routed to when a request matches the gateway route.
Instance Attribute Details
#rewrite ⇒ Types::HttpGatewayRouteRewrite
The gateway route action to rewrite.
2276 2277 2278 2279 2280 2281 |
# File 'lib/aws-sdk-appmesh/types.rb', line 2276 class HttpGatewayRouteAction < Struct.new( :rewrite, :target) SENSITIVE = [] include Aws::Structure end |
#target ⇒ Types::GatewayRouteTarget
An object that represents the target that traffic is routed to when a request matches the gateway route.
2276 2277 2278 2279 2280 2281 |
# File 'lib/aws-sdk-appmesh/types.rb', line 2276 class HttpGatewayRouteAction < Struct.new( :rewrite, :target) SENSITIVE = [] include Aws::Structure end |