GetSqlInjectionMatchSetRequest

public struct GetSqlInjectionMatchSetRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The SqlInjectionMatchSetId of the SqlInjectionMatchSet that you want to get. SqlInjectionMatchSetId is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.

    Declaration

    Swift

    public let sqlInjectionMatchSetId: String
  • Undocumented

    Declaration

    Swift

    public init(sqlInjectionMatchSetId: String)
  • Declaration

    Swift

    public func validate(name: String) throws