Class: Aws::SecurityHub::Types::AwsWafWebAclDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsWafWebAclDetails
- Defined in:
- gems/aws-sdk-securityhub/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.
20943 20944 20945 20946 20947 20948 20949 20950 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 20943 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.
20943 20944 20945 20946 20947 20948 20949 20950 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 20943 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.
20943 20944 20945 20946 20947 20948 20949 20950 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 20943 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.
20943 20944 20945 20946 20947 20948 20949 20950 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 20943 class AwsWafWebAclDetails < Struct.new( :name, :default_action, :rules, :web_acl_id) SENSITIVE = [] include Aws::Structure end |