GetSessionResult

data class GetSessionResult(val awsAccountId: String? = null, val findingPublishingFrequency: SessionFindingPublishingFrequency? = null, val serviceRole: String? = null, val status: SessionStatus? = null)

Constructors

Link copied to clipboard
constructor(awsAccountId: String? = null, findingPublishingFrequency: SessionFindingPublishingFrequency? = null, serviceRole: String? = null, status: SessionStatus? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val awsAccountId: String? = null

AWS account ID of customer

Link copied to clipboard

A enumeration value that specifies how frequently finding updates are published.

Link copied to clipboard
val serviceRole: String? = null

Service role used by Macie

Link copied to clipboard
val status: SessionStatus? = null

A enumeration value that specifies the status of the Macie Session.