Class: Aws::SES::Types::VerifyDomainDkimRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SES::Types::VerifyDomainDkimRequest
- 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
-
#domain ⇒ String
The name of the domain to be verified for Easy DKIM signing.
Instance Attribute Details
#domain ⇒ String
The name of the domain to be verified for Easy DKIM signing.
5241 5242 5243 5244 5245 |
# File 'lib/aws-sdk-ses/types.rb', line 5241 class VerifyDomainDkimRequest < Struct.new( :domain) SENSITIVE = [] include Aws::Structure end |