DetectorModelVersionSummary
public struct DetectorModelVersionSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The time the detector model version was created.
Declaration
Swift
public let creationTime: TimeStamp? -
The ARN of the detector model version.
Declaration
Swift
public let detectorModelArn: String? -
The name of the detector model.
Declaration
Swift
public let detectorModelName: String? -
The ID of the detector model version.
Declaration
Swift
public let detectorModelVersion: String? -
Information about the order in which events are evaluated and how actions are executed.
Declaration
Swift
public let evaluationMethod: EvaluationMethod? -
The last time the detector model version was updated.
Declaration
Swift
public let lastUpdateTime: TimeStamp? -
The ARN of the role that grants the detector model permission to perform its tasks.
Declaration
Swift
public let roleArn: String? -
The status of the detector model version.
Declaration
Swift
public let status: DetectorModelVersionStatus? -
init(creationTime:detectorModelArn:detectorModelName:detectorModelVersion:evaluationMethod:lastUpdateTime:roleArn:status:)Undocumented
Declaration
Swift
public init(creationTime: TimeStamp? = nil, detectorModelArn: String? = nil, detectorModelName: String? = nil, detectorModelVersion: String? = nil, evaluationMethod: EvaluationMethod? = nil, lastUpdateTime: TimeStamp? = nil, roleArn: String? = nil, status: DetectorModelVersionStatus? = nil)
View on GitHub
DetectorModelVersionSummary Structure Reference