DeleteDetectorRequest
public struct DeleteDetectorRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The unique ID of the detector that you want to delete.
Declaration
Swift
public let detectorId: String
-
Undocumented
Declaration
Swift
public init(detectorId: String)
-
Declaration
Swift
public func validate(name: String) throws