GetEmailIdentityResult

data class GetEmailIdentityResult(val configurationSetAttributes: EmailIdentityConfigurationSetAttributes? = null, val dkimAttributes: EmailIdentityDkimAttributes? = null, val dkimDnsTokenName1: String? = null, val dkimDnsTokenName2: String? = null, val dkimDnsTokenName3: String? = null, val dkimDnsTokenValue1: String? = null, val dkimDnsTokenValue2: String? = null, val dkimDnsTokenValue3: String? = null, val dkimSigningAttributes: EmailIdentityDkimSigningAttributes? = null, val feedbackAttributes: EmailIdentityFeedbackAttributes? = null, val mailFromAttributes: EmailIdentityMailFromAttributes? = null)

Constructors

Link copied to clipboard
fun GetEmailIdentityResult(configurationSetAttributes: EmailIdentityConfigurationSetAttributes? = null, dkimAttributes: EmailIdentityDkimAttributes? = null, dkimDnsTokenName1: String? = null, dkimDnsTokenName2: String? = null, dkimDnsTokenName3: String? = null, dkimDnsTokenValue1: String? = null, dkimDnsTokenValue2: String? = null, dkimDnsTokenValue3: String? = null, dkimSigningAttributes: EmailIdentityDkimSigningAttributes? = null, feedbackAttributes: EmailIdentityFeedbackAttributes? = null, mailFromAttributes: EmailIdentityMailFromAttributes? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard