You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::CognitoIdentityProvider::Types::VerificationMessageTemplateType
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::VerificationMessageTemplateType
- Defined in:
- (unknown)
Overview
When passing VerificationMessageTemplateType as input to an Aws::Client method, you can use a vanilla Hash:
{
sms_message: "SmsVerificationMessageType",
email_message: "EmailVerificationMessageType",
email_subject: "EmailVerificationSubjectType",
email_message_by_link: "EmailVerificationMessageByLinkType",
email_subject_by_link: "EmailVerificationSubjectByLinkType",
default_email_option: "CONFIRM_WITH_LINK", # accepts CONFIRM_WITH_LINK, CONFIRM_WITH_CODE
}
The template for verification messages.
Returned by:
Instance Attribute Summary collapse
-
#default_email_option ⇒ String
The default email option.
-
#email_message ⇒ String
The email message template.
-
#email_message_by_link ⇒ String
The email message template for sending a confirmation link to the user.
-
#email_subject ⇒ String
The subject line for the email message template.
-
#email_subject_by_link ⇒ String
The subject line for the email message template for sending a confirmation link to the user.
-
#sms_message ⇒ String
The SMS message template.
Instance Attribute Details
#default_email_option ⇒ String
The default email option.
Possible values:
- CONFIRM_WITH_LINK
- CONFIRM_WITH_CODE
#email_message ⇒ String
The email message template.
#email_message_by_link ⇒ String
The email message template for sending a confirmation link to the user.
#email_subject ⇒ String
The subject line for the email message template.
#email_subject_by_link ⇒ String
The subject line for the email message template for sending a confirmation link to the user.
#sms_message ⇒ String
The SMS message template.