Get Evaluation Form Result
data class GetEvaluationFormResult(val description: String? = null, val evaluationFormArn: String? = null, val instanceArn: String? = null, val items: List<EvaluationFormBaseItem>? = null, val scoringStrategy: EvaluationFormScoringStrategy? = null, val status: EvaluationFormStatus? = null, val tags: List<Tag>? = null, val title: String? = null)
Constructors
Link copied to clipboard
constructor(description: String? = null, evaluationFormArn: String? = null, instanceArn: String? = null, items: List<EvaluationFormBaseItem>? = null, scoringStrategy: EvaluationFormScoringStrategy? = null, status: EvaluationFormStatus? = null, tags: List<Tag>? = null, title: String? = null)
Properties
Link copied to clipboard
The description of the evaluation form.
Link copied to clipboard
The Amazon Resource Name (ARN) for the evaluation form.
Link copied to clipboard
The Amazon Resource Name (ARN) of the instance.
Link copied to clipboard
The list of evaluation form items.
Link copied to clipboard
The scoring strategy.
Link copied to clipboard
The status of the evaluation form.