DeleteRegexPatternSetRequest
public struct DeleteRegexPatternSetRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The value returned by the most recent call to GetChangeToken.
Declaration
Swift
public let changeToken: String -
The RegexPatternSetId of the RegexPatternSet that you want to delete. RegexPatternSetId is returned by CreateRegexPatternSet and by ListRegexPatternSets.
Declaration
Swift
public let regexPatternSetId: String -
Undocumented
Declaration
Swift
public init(changeToken: String, regexPatternSetId: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
DeleteRegexPatternSetRequest Structure Reference