DescribeDetectorModelRequest
public struct DescribeDetectorModelRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The name of the detector model.
Declaration
Swift
public let detectorModelName: String -
The version of the detector model.
Declaration
Swift
public let detectorModelVersion: String? -
Undocumented
Declaration
Swift
public init(detectorModelName: String, detectorModelVersion: String? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
DescribeDetectorModelRequest Structure Reference