Class GetWebAclResponse

    • Method Detail

      • webACL

        public final WebACL webACL()

        Information about the WebACL that you specified in the GetWebACL request. For more information, see the following topics:

        • WebACL: Contains DefaultAction, MetricName, Name, an array of Rule objects, and WebACLId

        • DefaultAction (Data type is WafAction): Contains Type

        • Rules: Contains an array of ActivatedRule objects, which contain Action, Priority, and RuleId

        • Action: Contains Type

        Returns:
        Information about the WebACL that you specified in the GetWebACL request. For more information, see the following topics:

        • WebACL: Contains DefaultAction, MetricName, Name, an array of Rule objects, and WebACLId

        • DefaultAction (Data type is WafAction): Contains Type

        • Rules: Contains an array of ActivatedRule objects, which contain Action, Priority, and RuleId

        • Action: Contains Type

      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object