Class: Aws::AppMesh::Types::GrpcGatewayRouteAction
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::AppMesh::Types::GrpcGatewayRouteAction
 
 
- 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::GrpcGatewayRouteRewrite 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
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::GrpcGatewayRouteRewrite
The gateway route action to rewrite.
      1775 1776 1777 1778 1779 1780  | 
    
      # File 'lib/aws-sdk-appmesh/types.rb', line 1775 class GrpcGatewayRouteAction < 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.
      1775 1776 1777 1778 1779 1780  | 
    
      # File 'lib/aws-sdk-appmesh/types.rb', line 1775 class GrpcGatewayRouteAction < Struct.new( :rewrite, :target) SENSITIVE = [] include Aws::Structure end  |