GetEvaluationFormResult

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<EvaluationFormTag>? = null, val title: String? = null)

Constructors

Link copied to clipboard
fun GetEvaluationFormResult(description: String? = null, evaluationFormArn: String? = null, instanceArn: String? = null, items: List<EvaluationFormBaseItem>? = null, scoringStrategy: EvaluationFormScoringStrategy? = null, status: EvaluationFormStatus? = null, tags: List<EvaluationFormTag>? = null, title: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

The description of the evaluation form.

Link copied to clipboard

The Amazon Resource Name (ARN) for the evaluation form.

Link copied to clipboard
val instanceArn: String? = null

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.

Link copied to clipboard

One or more tags.

Link copied to clipboard
val title: String? = null

The title of the evaluation form.