Class: Aws::WAFV2::Types::CreateWebACLResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::WAFV2::Types::CreateWebACLResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-wafv2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #summary  ⇒ Types::WebACLSummary 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
High-level information about a WebACL, returned by operations like create and list.
 
Instance Attribute Details
#summary ⇒ Types::WebACLSummary
High-level information about a WebACL, returned by operations like create and list. This provides information like the ID, that you can use to retrieve and manage a ‘WebACL`, and the ARN, that you provide to operations like AssociateWebACL.
      1538 1539 1540 1541 1542  | 
    
      # File 'lib/aws-sdk-wafv2/types.rb', line 1538 class CreateWebACLResponse < Struct.new( :summary) SENSITIVE = [] include Aws::Structure end  |