Class: Aws::WAFV2::Types::ApplicationConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAFV2::Types::ApplicationConfig
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-wafv2/types.rb
Overview
A list of ‘ApplicationAttribute`s 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 'lib/aws-sdk-wafv2/types.rb', line 479 class ApplicationConfig < Struct.new( :attributes) SENSITIVE = [] include Aws::Structure end |