GetByteMatchSetResponse

public struct GetByteMatchSetResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Information about the ByteMatchSet that you specified in the GetByteMatchSet request. For more information, see the following topics: ByteMatchSet: Contains ByteMatchSetId, ByteMatchTuples, and Name ByteMatchTuples: Contains an array of ByteMatchTuple objects. Each ByteMatchTuple object contains FieldToMatch, PositionalConstraint, TargetString, and TextTransformation FieldToMatch: Contains Data and Type

    Declaration

    Swift

    public let byteMatchSet: ByteMatchSet?
  • Undocumented

    Declaration

    Swift

    public init(byteMatchSet: ByteMatchSet? = nil)