WafOverrideAction

public struct WafOverrideAction : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • COUNT overrides the action specified by the individual rule within a RuleGroup . If set to NONE, the rule’s action takes place.

    Declaration

    Swift

    public let type: String?
  • Undocumented

    Declaration

    Swift

    public init(type: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws