Class: Aws::AppMesh::Types::HttpGatewayRouteAction

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

#rewriteTypes::HttpGatewayRouteRewrite

The gateway route action to rewrite.



2276
2277
2278
2279
2280
2281
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 2276

class HttpGatewayRouteAction < Struct.new(
  :rewrite,
  :target)
  SENSITIVE = []
  include Aws::Structure
end

#targetTypes::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 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 2276

class HttpGatewayRouteAction < Struct.new(
  :rewrite,
  :target)
  SENSITIVE = []
  include Aws::Structure
end