Get Session Result
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)
Properties
Link copied to clipboard
AWS account ID of customer
Link copied to clipboard
A enumeration value that specifies how frequently finding updates are published.
Link copied to clipboard
Service role used by Macie
Link copied to clipboard
A enumeration value that specifies the status of the Macie Session.