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
- Struct
- Aws::CognitoIdentityProvider::Types::NotifyEmailType
- 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
-
#html_body ⇒ String
The HTML body.
-
#subject ⇒ String
The subject.
-
#text_body ⇒ String
The text body.
Instance Attribute Details
#html_body ⇒ String
The HTML body.
#subject ⇒ String
The subject.
#text_body ⇒ String
The text body.