GetWebACLResponse

public struct GetWebACLResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • 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

    Declaration

    Swift

    public let webACL: WebACL?
  • Undocumented

    Declaration

    Swift

    public init(webACL: WebACL? = nil)