CreateEmailIdentityResponse class

If the email identity is a domain, this object contains information about the DKIM verification status for the domain.

If the email identity is an email address, this object is empty.

Constructors

CreateEmailIdentityResponse({DkimAttributes? dkimAttributes, IdentityType? identityType, bool? verifiedForSendingStatus})
CreateEmailIdentityResponse.fromJson(Map<String, dynamic> json)
factory

Properties

dkimAttributes DkimAttributes?
An object that contains information about the DKIM attributes for the identity.
final
hashCode int
The hash code for this object.
no setterinherited
identityType IdentityType?
The email identity type.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
verifiedForSendingStatus bool?
Specifies whether or not the identity is verified. You can only send email from verified email addresses or domains. For more information about verifying identities, see the Amazon Pinpoint User Guide.
final

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