Class: Aws::SES::Types::VerifyDomainDkimRequest

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-ses/types.rb

Overview

Represents a request to generate the CNAME records needed to set up Easy DKIM with Amazon SES. For more information about setting up Easy DKIM, see the [Amazon SES Developer Guide].

[1]: docs.aws.amazon.com/ses/latest/dg/send-email-authentication-dkim-easy.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domainString

The name of the domain to be verified for Easy DKIM signing.

Returns:

  • (String)


5217
5218
5219
5220
5221
# File 'lib/aws-sdk-ses/types.rb', line 5217

class VerifyDomainDkimRequest < Struct.new(
  :domain)
  SENSITIVE = []
  include Aws::Structure
end