WebACLSummary

public struct WebACLSummary : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A friendly name or description of the WebACL. You can’t change the name of a WebACL after you create it.

    Declaration

    Swift

    public let name: String
  • A unique identifier for a WebACL. You use WebACLId to get information about a WebACL (see GetWebACL), update a WebACL (see UpdateWebACL), and delete a WebACL from AWS WAF (see DeleteWebACL). WebACLId is returned by CreateWebACL and by ListWebACLs.

    Declaration

    Swift

    public let webACLId: String
  • Undocumented

    Declaration

    Swift

    public init(name: String, webACLId: String)