Class: Aws::AppMesh::Types::GrpcGatewayRoute
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::AppMesh::Types::GrpcGatewayRoute
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-appmesh/types.rb
 
Overview
An object that represents a gRPC gateway route.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #action  ⇒ Types::GrpcGatewayRouteAction 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An object that represents the action to take if a match is determined.
 - 
  
    
      #match  ⇒ Types::GrpcGatewayRouteMatch 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An object that represents the criteria for determining a request match.
 
Instance Attribute Details
#action ⇒ Types::GrpcGatewayRouteAction
An object that represents the action to take if a match is determined.
      1755 1756 1757 1758 1759 1760  | 
    
      # File 'lib/aws-sdk-appmesh/types.rb', line 1755 class GrpcGatewayRoute < Struct.new( :action, :match) SENSITIVE = [] include Aws::Structure end  | 
  
#match ⇒ Types::GrpcGatewayRouteMatch
An object that represents the criteria for determining a request match.
      1755 1756 1757 1758 1759 1760  | 
    
      # File 'lib/aws-sdk-appmesh/types.rb', line 1755 class GrpcGatewayRoute < Struct.new( :action, :match) SENSITIVE = [] include Aws::Structure end  |