Class: Aws::WAFV2::Types::ApplicationConfig
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::WAFV2::Types::ApplicationConfig
 
- Defined in:
- gems/aws-sdk-wafv2/lib/aws-sdk-wafv2/types.rb
Overview
A list of ApplicationAttributes that contains information about the
application.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #attributes  ⇒ Array<Types::ApplicationAttribute> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Contains the attribute name and a list of values for that attribute. 
Instance Attribute Details
#attributes ⇒ Array<Types::ApplicationAttribute>
Contains the attribute name and a list of values for that attribute.
| 479 480 481 482 483 | # File 'gems/aws-sdk-wafv2/lib/aws-sdk-wafv2/types.rb', line 479 class ApplicationConfig < Struct.new( :attributes) SENSITIVE = [] include Aws::Structure end |