AssessmentAwsAccount

data class AssessmentAwsAccount(val emailAddress: String? = null, val id: String? = null, val name: String? = null)

The AWS account associated with the assessment.

Constructors

Link copied to clipboard
constructor(emailAddress: String? = null, id: String? = null, name: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val emailAddress: String? = null

The email address that's associated with the AWS account .

Link copied to clipboard
val id: String? = null

The identifier for the AWS account .

Link copied to clipboard
val name: String? = null

The name of the AWS account .