class Aws::SES::Types::SetIdentityDkimEnabledRequest
Represents a request to enable or disable Amazon SES
Easy DKIM signing for an identity. For more information about setting up Easy DKIM, see the [Amazon SES
Developer Guide].
[1]: docs.aws.amazon.com/ses/latest/DeveloperGuide/easy-dkim.html
@note When making an API call, you may pass SetIdentityDkimEnabledRequest
data as a hash: { identity: "Identity", # required dkim_enabled: false, # required }
@!attribute [rw] identity
The identity for which DKIM signing should be enabled or disabled. @return [String]
@!attribute [rw] dkim_enabled
Sets whether DKIM signing is enabled for an identity. Set to `true` to enable DKIM signing for this identity; `false` to disable it. @return [Boolean]
@see docs.aws.amazon.com/goto/WebAPI/email-2010-12-01/SetIdentityDkimEnabledRequest AWS API Documentation
Constants
- SENSITIVE