GetEmailIdentityResponse class
Details about an email identity.
Constructors
-
GetEmailIdentityResponse({DkimAttributes? dkimAttributes, bool? feedbackForwardingStatus, IdentityType? identityType, MailFromAttributes? mailFromAttributes, 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. This object includes the tokens that you use to create the CNAME
records that are required to complete the DKIM verification process.
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
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
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. In Amazon Pinpoint, 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