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

Class: Aws::CognitoIdentityProvider::Types::NotifyEmailType

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

Overview

Note:

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

{
  subject: "EmailNotificationSubjectType", # required
  html_body: "EmailNotificationBodyType",
  text_body: "EmailNotificationBodyType",
}

The notify email type.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#html_bodyString

The HTML body.

Returns:

  • (String)

    The HTML body.

#subjectString

The subject.

Returns:

  • (String)

    The subject.

#text_bodyString

The text body.

Returns:

  • (String)

    The text body.