Class: Aws::WAF::Types::GetSqlInjectionMatchSetRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::WAF::Types::GetSqlInjectionMatchSetRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-waf/types.rb
 
Overview
A request to get a SqlInjectionMatchSet.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #sql_injection_match_set_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ‘SqlInjectionMatchSetId` of the SqlInjectionMatchSet that you want to get.
 
Instance Attribute Details
#sql_injection_match_set_id ⇒ String
The ‘SqlInjectionMatchSetId` of the SqlInjectionMatchSet that you want to get. `SqlInjectionMatchSetId` is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.
      2314 2315 2316 2317 2318  | 
    
      # File 'lib/aws-sdk-waf/types.rb', line 2314 class GetSqlInjectionMatchSetRequest < Struct.new( :sql_injection_match_set_id) SENSITIVE = [] include Aws::Structure end  |