Class: Aws::WAF::Types::CreateRegexPatternSetRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::WAF::Types::CreateRegexPatternSetRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-waf/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #change_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The value returned by the most recent call to GetChangeToken.
 - 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A friendly name or description of the RegexPatternSet.
 
Instance Attribute Details
#change_token ⇒ String
The value returned by the most recent call to GetChangeToken.
      757 758 759 760 761 762  | 
    
      # File 'lib/aws-sdk-waf/types.rb', line 757 class CreateRegexPatternSetRequest < Struct.new( :name, :change_token) SENSITIVE = [] include Aws::Structure end  | 
  
#name ⇒ String
A friendly name or description of the RegexPatternSet. You can’t change ‘Name` after you create a `RegexPatternSet`.
      757 758 759 760 761 762  | 
    
      # File 'lib/aws-sdk-waf/types.rb', line 757 class CreateRegexPatternSetRequest < Struct.new( :name, :change_token) SENSITIVE = [] include Aws::Structure end  |