Get Assessment Result
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)
Properties
Link copied to clipboard
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
Specifies when the assessment was created.
Link copied to clipboard
The list of delegations.
Link copied to clipboard
The list of roles for the specified assessment.
Link copied to clipboard
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
.