Class: Aws::WAFRegional::Types::CreateIPSetRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::WAFRegional::Types::CreateIPSetRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-wafregional/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 IPSet.
 
Instance Attribute Details
#change_token ⇒ String
The value returned by the most recent call to GetChangeToken.
      642 643 644 645 646 647  | 
    
      # File 'lib/aws-sdk-wafregional/types.rb', line 642 class CreateIPSetRequest < Struct.new( :name, :change_token) SENSITIVE = [] include Aws::Structure end  | 
  
#name ⇒ String
A friendly name or description of the IPSet. You can’t change ‘Name` after you create the `IPSet`.
      642 643 644 645 646 647  | 
    
      # File 'lib/aws-sdk-wafregional/types.rb', line 642 class CreateIPSetRequest < Struct.new( :name, :change_token) SENSITIVE = [] include Aws::Structure end  |