Class: Aws::AppMesh::Types::GrpcGatewayRouteAction

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::GrpcGatewayRouteRewrite

The gateway route action to rewrite.



1775
1776
1777
1778
1779
1780
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 1775

class GrpcGatewayRouteAction < 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.



1775
1776
1777
1778
1779
1780
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 1775

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