DeleteByteMatchSetRequest
public struct DeleteByteMatchSetRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ByteMatchSetId of the ByteMatchSet that you want to delete. ByteMatchSetId is returned by CreateByteMatchSet and by ListByteMatchSets.
Declaration
Swift
public let byteMatchSetId: String
-
The value returned by the most recent call to GetChangeToken.
Declaration
Swift
public let changeToken: String
-
Undocumented
Declaration
Swift
public init(byteMatchSetId: String, changeToken: String)
-
Declaration
Swift
public func validate(name: String) throws