UserPoolRiskConfigurationAttachmentNotifyEmailType

data class UserPoolRiskConfigurationAttachmentNotifyEmailType(val htmlBody: String? = null, val subject: String, val textBody: String? = null)

Constructors

constructor(htmlBody: String? = null, subject: String, textBody: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val htmlBody: String? = null

The email HTML body.

Link copied to clipboard

The email subject.

Link copied to clipboard
val textBody: String? = null

The email text body.