GetSqlInjectionMatchSetResponse

public struct GetSqlInjectionMatchSetResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Information about the SqlInjectionMatchSet that you specified in the GetSqlInjectionMatchSet request. For more information, see the following topics: SqlInjectionMatchSet: Contains Name, SqlInjectionMatchSetId, and an array of SqlInjectionMatchTuple objects SqlInjectionMatchTuple: Each SqlInjectionMatchTuple object contains FieldToMatch and TextTransformation FieldToMatch: Contains Data and Type

    Declaration

    Swift

    public let sqlInjectionMatchSet: SqlInjectionMatchSet?
  • Undocumented

    Declaration

    Swift

    public init(sqlInjectionMatchSet: SqlInjectionMatchSet? = nil)