Class: Aws::SecurityHub::Types::AwsWafWebAclDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsWafWebAclDetails
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Provides information about an WAF web access control list (web ACL).
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#default_action ⇒ String
The action to perform if none of the rules contained in the web ACL match.
-
#name ⇒ String
A friendly name or description of the web ACL.
-
#rules ⇒ Array<Types::AwsWafWebAclRule>
An array that contains the action for each rule in a web ACL, the priority of the rule, and the ID of the rule.
-
#web_acl_id ⇒ String
A unique identifier for a web ACL.
Instance Attribute Details
#default_action ⇒ String
The action to perform if none of the rules contained in the web ACL match.
21845 21846 21847 21848 21849 21850 21851 21852 |
# File 'lib/aws-sdk-securityhub/types.rb', line 21845 class AwsWafWebAclDetails < Struct.new( :name, :default_action, :rules, :web_acl_id) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
A friendly name or description of the web ACL. You can’t change the name of a web ACL after you create it.
21845 21846 21847 21848 21849 21850 21851 21852 |
# File 'lib/aws-sdk-securityhub/types.rb', line 21845 class AwsWafWebAclDetails < Struct.new( :name, :default_action, :rules, :web_acl_id) SENSITIVE = [] include Aws::Structure end |
#rules ⇒ Array<Types::AwsWafWebAclRule>
An array that contains the action for each rule in a web ACL, the priority of the rule, and the ID of the rule.
21845 21846 21847 21848 21849 21850 21851 21852 |
# File 'lib/aws-sdk-securityhub/types.rb', line 21845 class AwsWafWebAclDetails < Struct.new( :name, :default_action, :rules, :web_acl_id) SENSITIVE = [] include Aws::Structure end |
#web_acl_id ⇒ String
A unique identifier for a web ACL.
21845 21846 21847 21848 21849 21850 21851 21852 |
# File 'lib/aws-sdk-securityhub/types.rb', line 21845 class AwsWafWebAclDetails < Struct.new( :name, :default_action, :rules, :web_acl_id) SENSITIVE = [] include Aws::Structure end |