Struct aws_sdk_sesv2::output::CreateEmailIdentityOutput [−][src]
#[non_exhaustive]pub struct CreateEmailIdentityOutput {
pub identity_type: Option<IdentityType>,
pub verified_for_sending_status: bool,
pub dkim_attributes: Option<DkimAttributes>,
}Expand description
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.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.identity_type: Option<IdentityType>The email identity type. Note: the MANAGED_DOMAIN identity type is not
supported.
verified_for_sending_status: boolSpecifies 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.
dkim_attributes: Option<DkimAttributes>An object that contains information about the DKIM attributes for the identity.
Implementations
The email identity type. Note: the MANAGED_DOMAIN identity type is not
supported.
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.
An object that contains information about the DKIM attributes for the identity.
Creates a new builder-style object to manufacture CreateEmailIdentityOutput
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for CreateEmailIdentityOutput
impl Send for CreateEmailIdentityOutput
impl Sync for CreateEmailIdentityOutput
impl Unpin for CreateEmailIdentityOutput
impl UnwindSafe for CreateEmailIdentityOutput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
