CreateByteMatchSetResponse

public struct CreateByteMatchSetResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A ByteMatchSet that contains no ByteMatchTuple objects.

    Declaration

    Swift

    public let byteMatchSet: ByteMatchSet?
  • The ChangeToken that you used to submit the CreateByteMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

    Declaration

    Swift

    public let changeToken: String?
  • Undocumented

    Declaration

    Swift

    public init(byteMatchSet: ByteMatchSet? = nil, changeToken: String? = nil)