You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SES::Types::SetIdentityDkimEnabledRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing SetIdentityDkimEnabledRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  identity: "Identity", # required
  dkim_enabled: false, # required
}

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.

Instance Attribute Summary collapse

Instance Attribute Details

#dkim_enabledBoolean

Sets whether DKIM signing is enabled for an identity. Set to true to enable DKIM signing for this identity; false to disable it.

Returns:

  • (Boolean)

    Sets whether DKIM signing is enabled for an identity.

#identityString

The identity for which DKIM signing should be enabled or disabled.

Returns:

  • (String)

    The identity for which DKIM signing should be enabled or disabled.