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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ses/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.

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 'gems/aws-sdk-ses/lib/aws-sdk-ses/types.rb', line 5217

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