GetAssessmentResult

data class GetAssessmentResult(val arn: String? = null, val assessmentId: String? = null, val assessmentReportsDestination: AssessmentReportsDestination? = null, val creationTime: Double? = null, val delegations: List<AssessmentDelegation>? = null, val roles: List<AssessmentRole>? = null, val scope: AssessmentScope? = null, val status: AssessmentStatus? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, assessmentId: String? = null, assessmentReportsDestination: AssessmentReportsDestination? = null, creationTime: Double? = null, delegations: List<AssessmentDelegation>? = null, roles: List<AssessmentRole>? = null, scope: AssessmentScope? = null, status: AssessmentStatus? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The Amazon Resource Name (ARN) of the assessment.

Link copied to clipboard
val assessmentId: String? = null

The unique identifier for the assessment.

Link copied to clipboard

The destination that evidence reports are stored in for the assessment.

Link copied to clipboard
val creationTime: Double? = null

Specifies when the assessment was created.

Link copied to clipboard

The list of delegations.

Link copied to clipboard
val roles: List<AssessmentRole>? = null

The list of roles for the specified assessment.

Link copied to clipboard
val scope: AssessmentScope? = null

The wrapper of AWS accounts and services that are in scope for the assessment.

Link copied to clipboard

The overall status of the assessment. When you create a new assessment, the initial Status value is always ACTIVE . When you create an assessment, even if you specify the value as INACTIVE , the value overrides to ACTIVE . After you create an assessment, you can change the value of the Status property at any time. For example, when you want to stop collecting evidence for your assessment, you can change the assessment status to INACTIVE .

Link copied to clipboard
val tags: List<Tag>? = null

The tags associated with the assessment.