Class: Aws::SecurityHub::Types::AwsWafWebAclDetails

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#default_actionString

The action to perform if none of the rules contained in the web ACL match.

Returns:

  • (String)


21816
21817
21818
21819
21820
21821
21822
21823
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 21816

class AwsWafWebAclDetails < Struct.new(
  :name,
  :default_action,
  :rules,
  :web_acl_id)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

A friendly name or description of the web ACL. You can't change the name of a web ACL after you create it.

Returns:

  • (String)


21816
21817
21818
21819
21820
21821
21822
21823
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 21816

class AwsWafWebAclDetails < Struct.new(
  :name,
  :default_action,
  :rules,
  :web_acl_id)
  SENSITIVE = []
  include Aws::Structure
end

#rulesArray<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.

Returns:



21816
21817
21818
21819
21820
21821
21822
21823
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 21816

class AwsWafWebAclDetails < Struct.new(
  :name,
  :default_action,
  :rules,
  :web_acl_id)
  SENSITIVE = []
  include Aws::Structure
end

#web_acl_idString

A unique identifier for a web ACL.

Returns:

  • (String)


21816
21817
21818
21819
21820
21821
21822
21823
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 21816

class AwsWafWebAclDetails < Struct.new(
  :name,
  :default_action,
  :rules,
  :web_acl_id)
  SENSITIVE = []
  include Aws::Structure
end