Struct aws_sdk_amplifybackend::model::UpdateBackendAuthForgotPasswordConfig [−][src]
#[non_exhaustive]pub struct UpdateBackendAuthForgotPasswordConfig {
pub delivery_method: Option<DeliveryMethod>,
pub email_settings: Option<EmailSettings>,
pub sms_settings: Option<SmsSettings>,
}
Expand description
Describes the forgot password policy for authenticating into the Amplify app.
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.delivery_method: Option<DeliveryMethod>
Describes which mode to use (either SMS or email) to deliver messages to app users that want to recover their password.
email_settings: Option<EmailSettings>
The configuration for the email sent when an app user forgets their password.
sms_settings: Option<SmsSettings>
The configuration for the SMS message sent when an Amplify app user forgets their password.
Implementations
Describes which mode to use (either SMS or email) to deliver messages to app users that want to recover their password.
The configuration for the email sent when an app user forgets their password.
The configuration for the SMS message sent when an Amplify app user forgets their password.
Creates a new builder-style object to manufacture UpdateBackendAuthForgotPasswordConfig
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
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