Class: Aws::AppMesh::Types::GrpcRoute
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::AppMesh::Types::GrpcRoute
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-appmesh/types.rb
 
Overview
An object that represents a gRPC route type.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #action  ⇒ Types::GrpcRouteAction 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An object that represents the action to take if a match is determined.
 - 
  
    
      #match  ⇒ Types::GrpcRouteMatch 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An object that represents the criteria for determining a request match.
 - 
  
    
      #retry_policy  ⇒ Types::GrpcRetryPolicy 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An object that represents a retry policy.
 - 
  
    
      #timeout  ⇒ Types::GrpcTimeout 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An object that represents types of timeouts.
 
Instance Attribute Details
#action ⇒ Types::GrpcRouteAction
An object that represents the action to take if a match is determined.
      1979 1980 1981 1982 1983 1984 1985 1986  | 
    
      # File 'lib/aws-sdk-appmesh/types.rb', line 1979 class GrpcRoute < Struct.new( :action, :match, :retry_policy, :timeout) SENSITIVE = [] include Aws::Structure end  | 
  
#match ⇒ Types::GrpcRouteMatch
An object that represents the criteria for determining a request match.
      1979 1980 1981 1982 1983 1984 1985 1986  | 
    
      # File 'lib/aws-sdk-appmesh/types.rb', line 1979 class GrpcRoute < Struct.new( :action, :match, :retry_policy, :timeout) SENSITIVE = [] include Aws::Structure end  | 
  
#retry_policy ⇒ Types::GrpcRetryPolicy
An object that represents a retry policy.
      1979 1980 1981 1982 1983 1984 1985 1986  | 
    
      # File 'lib/aws-sdk-appmesh/types.rb', line 1979 class GrpcRoute < Struct.new( :action, :match, :retry_policy, :timeout) SENSITIVE = [] include Aws::Structure end  | 
  
#timeout ⇒ Types::GrpcTimeout
An object that represents types of timeouts.
      1979 1980 1981 1982 1983 1984 1985 1986  | 
    
      # File 'lib/aws-sdk-appmesh/types.rb', line 1979 class GrpcRoute < Struct.new( :action, :match, :retry_policy, :timeout) SENSITIVE = [] include Aws::Structure end  |