ConfigurationSetSendingOptions

data class ConfigurationSetSendingOptions(val sendingEnabled: Boolean? = null)

An object that defines whether or not Amazon SES can send email that you send using the configuration set.

Constructors

Link copied to clipboard
fun ConfigurationSetSendingOptions(sendingEnabled: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val sendingEnabled: Boolean? = null