DetectorModelVersionSummary class

Information about the detector model version.

Constructors

DetectorModelVersionSummary({DateTime? creationTime, String? detectorModelArn, String? detectorModelName, String? detectorModelVersion, EvaluationMethod? evaluationMethod, DateTime? lastUpdateTime, String? roleArn, DetectorModelVersionStatus? status})
DetectorModelVersionSummary.fromJson(Map<String, dynamic> json)
factory

Properties

creationTime DateTime?
The time the detector model version was created.
final
detectorModelArn String?
The ARN of the detector model version.
final
detectorModelName String?
The name of the detector model.
final
detectorModelVersion String?
The ID of the detector model version.
final
evaluationMethod EvaluationMethod?
Information about the order in which events are evaluated and how actions are executed.
final
hashCode int
The hash code for this object.
no setterinherited
lastUpdateTime DateTime?
The last time the detector model version was updated.
final
roleArn String?
The ARN of the role that grants the detector model permission to perform its tasks.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status DetectorModelVersionStatus?
The status of the detector model version.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited