GetEmailIdentityResponse class

Details about an email identity.

Constructors

GetEmailIdentityResponse({DkimAttributes? dkimAttributes, bool? feedbackForwardingStatus, IdentityType? identityType, MailFromAttributes? mailFromAttributes, Map<String, String>? policies, List<Tag>? tags, bool? verifiedForSendingStatus})
GetEmailIdentityResponse.fromJson(Map<String, dynamic> json)
factory

Properties

dkimAttributes DkimAttributes?
An object that contains information about the DKIM attributes for the identity.
final
feedbackForwardingStatus bool?
The feedback forwarding configuration for the identity.
final
hashCode int
The hash code for this object.
no setterinherited
identityType IdentityType?
The email identity type.
final
mailFromAttributes MailFromAttributes?
An object that contains information about the Mail-From attributes for the email identity.
final
policies Map<String, String>?
A map of policy names to policies.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tags List<Tag>?
An array of objects that define the tags (keys and values) that are associated with the email identity.
final
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