DetectorModelSummary
public struct DetectorModelSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The time the detector model was created.
Declaration
Swift
public let creationTime: TimeStamp?
-
A brief description of the detector model.
Declaration
Swift
public let detectorModelDescription: String?
-
The name of the detector model.
Declaration
Swift
public let detectorModelName: String?
-
Undocumented
Declaration
Swift
public init(creationTime: TimeStamp? = nil, detectorModelDescription: String? = nil, detectorModelName: String? = nil)