Class: Aws::AppMesh::Types::QueryParameterMatch
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::AppMesh::Types::QueryParameterMatch
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-appmesh/types.rb
 
Overview
An object representing the query parameter to match.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #exact  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The exact query parameter to match on.
 
Instance Attribute Details
#exact ⇒ String
The exact query parameter to match on.
      3822 3823 3824 3825 3826  | 
    
      # File 'lib/aws-sdk-appmesh/types.rb', line 3822 class QueryParameterMatch < Struct.new( :exact) SENSITIVE = [] include Aws::Structure end  |