VerifyDomainDkimResponse class

Returns CNAME records that you must publish to the DNS server of your domain to set up Easy DKIM with Amazon SES.

Constructors

VerifyDomainDkimResponse({required List<String> dkimTokens})
VerifyDomainDkimResponse.fromXml(XmlElement elem)
factory

Properties

dkimTokens List<String>
A set of character strings that represent the domain's identity. If the identity is an email address, the tokens represent the domain of that address.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited