Class: Aws::CognitoIdentityProvider::Types::NotifyEmailType
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::NotifyEmailType
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
The notify email type.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#html_body ⇒ String
The email HTML body.
-
#subject ⇒ String
The email subject.
-
#text_body ⇒ String
The email text body.
Instance Attribute Details
#html_body ⇒ String
The email HTML body.
6775 6776 6777 6778 6779 6780 6781 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 6775 class NotifyEmailType < Struct.new( :subject, :html_body, :text_body) SENSITIVE = [] include Aws::Structure end |
#subject ⇒ String
The email subject.
6775 6776 6777 6778 6779 6780 6781 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 6775 class NotifyEmailType < Struct.new( :subject, :html_body, :text_body) SENSITIVE = [] include Aws::Structure end |
#text_body ⇒ String
The email text body.
6775 6776 6777 6778 6779 6780 6781 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 6775 class NotifyEmailType < Struct.new( :subject, :html_body, :text_body) SENSITIVE = [] include Aws::Structure end |