#[non_exhaustive]pub struct GetEmailIdentityOutput { /* private fields */ }Expand description
Details about an email identity.
Implementations§
source§impl GetEmailIdentityOutput
impl GetEmailIdentityOutput
sourcepub fn identity_type(&self) -> Option<&IdentityType>
pub fn identity_type(&self) -> Option<&IdentityType>
The email identity type. Note: the MANAGED_DOMAIN identity type is not supported.
sourcepub fn feedback_forwarding_status(&self) -> bool
pub fn feedback_forwarding_status(&self) -> bool
The feedback forwarding configuration for the identity.
If the value is true, you receive email notifications when bounce or complaint events occur. These notifications are sent to the address that you specified in the Return-Path header of the original email.
You're required to have a method of tracking bounces and complaints. If you haven't set up another mechanism for receiving bounce or complaint notifications (for example, by setting up an event destination), you receive an email notification when these events occur (even if this setting is disabled).
sourcepub fn verified_for_sending_status(&self) -> bool
pub fn verified_for_sending_status(&self) -> 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.
sourcepub fn dkim_attributes(&self) -> Option<&DkimAttributes>
pub fn dkim_attributes(&self) -> Option<&DkimAttributes>
An object that contains information about the DKIM attributes for the identity.
sourcepub fn mail_from_attributes(&self) -> Option<&MailFromAttributes>
pub fn mail_from_attributes(&self) -> Option<&MailFromAttributes>
An object that contains information about the Mail-From attributes for the email identity.
An array of objects that define the tags (keys and values) that are associated with the email identity.
sourcepub fn configuration_set_name(&self) -> Option<&str>
pub fn configuration_set_name(&self) -> Option<&str>
The configuration set used by default when sending from this identity.
sourcepub fn verification_status(&self) -> Option<&VerificationStatus>
pub fn verification_status(&self) -> Option<&VerificationStatus>
The verification status of the identity. The status can be one of the following:
-
PENDING– The verification process was initiated, but Amazon SES hasn't yet been able to verify the identity. -
SUCCESS– The verification process completed successfully. -
FAILED– The verification process failed. -
TEMPORARY_FAILURE– A temporary issue is preventing Amazon SES from determining the verification status of the identity. -
NOT_STARTED– The verification process hasn't been initiated for the identity.
source§impl GetEmailIdentityOutput
impl GetEmailIdentityOutput
sourcepub fn builder() -> GetEmailIdentityOutputBuilder
pub fn builder() -> GetEmailIdentityOutputBuilder
Creates a new builder-style object to manufacture GetEmailIdentityOutput.
Trait Implementations§
source§impl Clone for GetEmailIdentityOutput
impl Clone for GetEmailIdentityOutput
source§fn clone(&self) -> GetEmailIdentityOutput
fn clone(&self) -> GetEmailIdentityOutput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for GetEmailIdentityOutput
impl Debug for GetEmailIdentityOutput
source§impl PartialEq<GetEmailIdentityOutput> for GetEmailIdentityOutput
impl PartialEq<GetEmailIdentityOutput> for GetEmailIdentityOutput
source§fn eq(&self, other: &GetEmailIdentityOutput) -> bool
fn eq(&self, other: &GetEmailIdentityOutput) -> bool
self and other values to be equal, and is used
by ==.source§impl RequestId for GetEmailIdentityOutput
impl RequestId for GetEmailIdentityOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
None if the service could not be reached.