CreateRegexMatchSetResponse

public struct CreateRegexMatchSetResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ChangeToken that you used to submit the CreateRegexMatchSet 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?
  • A RegexMatchSet that contains no RegexMatchTuple objects.

    Declaration

    Swift

    public let regexMatchSet: RegexMatchSet?
  • Undocumented

    Declaration

    Swift

    public init(changeToken: String? = nil, regexMatchSet: RegexMatchSet? = nil)