DeleteDetectorModelRequest
public struct DeleteDetectorModelRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the detector model to be deleted.
Declaration
Swift
public let detectorModelName: String
-
Undocumented
Declaration
Swift
public init(detectorModelName: String)
-
Declaration
Swift
public func validate(name: String) throws