GetWebACLRequest

public struct GetWebACLRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The WebACLId of the WebACL that you want to get. WebACLId is returned by CreateWebACL and by ListWebACLs.

    Declaration

    Swift

    public let webACLId: String
  • Undocumented

    Declaration

    Swift

    public init(webACLId: String)
  • Declaration

    Swift

    public func validate(name: String) throws