Assessment Scope
data class AssessmentScope(val awsAccounts: List<AssessmentAwsAccount>? = null, val awsServices: List<AssessmentAwsService>? = null)
The wrapper that contains the AWS accounts and AWS services in scope for the assessment.
Constructors
Link copied to clipboard
constructor(awsAccounts: List<AssessmentAwsAccount>? = null, awsServices: List<AssessmentAwsService>? = null)