You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CognitoIdentityProvider::Types::MessageTemplateType

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing MessageTemplateType as input to an Aws::Client method, you can use a vanilla Hash:

{
  sms_message: "SmsVerificationMessageType",
  email_message: "EmailVerificationMessageType",
  email_subject: "EmailVerificationSubjectType",
}

The message template structure.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#email_messageString

The message template for email messages.

Returns:

  • (String)

    The message template for email messages.

#email_subjectString

The subject line for email messages.

Returns:

  • (String)

    The subject line for email messages.

#sms_messageString

The message template for SMS messages.

Returns:

  • (String)

    The message template for SMS messages.