DeleteDetectorVersionRequest
public struct DeleteDetectorVersionRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The ID of the parent detector for the detector version to delete.
Declaration
Swift
public let detectorId: String -
The ID of the detector version to delete.
Declaration
Swift
public let detectorVersionId: String -
Undocumented
Declaration
Swift
public init(detectorId: String, detectorVersionId: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
DeleteDetectorVersionRequest Structure Reference