GetDetectorVersionResult constructor
GetDetectorVersionResult({
- String? arn,
- String? createdTime,
- String? description,
- String? detectorId,
- String? detectorVersionId,
- List<
String> ? externalModelEndpoints, - String? lastUpdatedTime,
- List<
ModelVersion> ? modelVersions, - RuleExecutionMode? ruleExecutionMode,
- List<
Rule> ? rules, - DetectorVersionStatus? status,
Implementation
GetDetectorVersionResult({
this.arn,
this.createdTime,
this.description,
this.detectorId,
this.detectorVersionId,
this.externalModelEndpoints,
this.lastUpdatedTime,
this.modelVersions,
this.ruleExecutionMode,
this.rules,
this.status,
});