GetIdentityDkimAttributesResponse class

Represents the status of Amazon SES Easy DKIM signing for an identity. For domain identities, this response also contains the DKIM tokens that are required for Easy DKIM signing, and whether Amazon SES successfully verified that these tokens were published.

Constructors

GetIdentityDkimAttributesResponse({required Map<String, IdentityDkimAttributes> dkimAttributes})
GetIdentityDkimAttributesResponse.fromXml(XmlElement elem)
factory

Properties

dkimAttributes Map<String, IdentityDkimAttributes>
The DKIM attributes for an email address or a domain.
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