AssessmentStatusArgs

data class AssessmentStatusArgs(val cause: Output<String>? = null, val code: Output<Either<String, AssessmentStatusCode>>, val description: Output<String>? = null) : ConvertibleToJava<AssessmentStatusArgs>

The result of the assessment

Constructors

Link copied to clipboard
constructor(cause: Output<String>? = null, code: Output<Either<String, AssessmentStatusCode>>, description: Output<String>? = null)

Properties

Link copied to clipboard
val cause: Output<String>? = null

Programmatic code for the cause of the assessment status

Link copied to clipboard
val code: Output<Either<String, AssessmentStatusCode>>

Programmatic code for the status of the assessment

Link copied to clipboard
val description: Output<String>? = null

Human readable description of the assessment status

Functions

Link copied to clipboard
open override fun toJava(): AssessmentStatusArgs