class Aws::CognitoIdentityProvider::Types::NotifyEmailType

The notify email type.

@note When making an API call, you may pass NotifyEmailType

data as a hash:

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

@!attribute [rw] subject

The subject.
@return [String]

@!attribute [rw] html_body

The HTML body.
@return [String]

@!attribute [rw] text_body

The text body.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/cognito-idp-2016-04-18/NotifyEmailType AWS API Documentation

Constants

SENSITIVE