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.
6883 6884 6885 6886 6887 6888 6889 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 6883 class NotifyEmailType < Struct.new( :subject, :html_body, :text_body) SENSITIVE = [] include Aws::Structure end |
#subject ⇒ String
The email subject.
6883 6884 6885 6886 6887 6888 6889 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 6883 class NotifyEmailType < Struct.new( :subject, :html_body, :text_body) SENSITIVE = [] include Aws::Structure end |
#text_body ⇒ String
The email text body.
6883 6884 6885 6886 6887 6888 6889 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 6883 class NotifyEmailType < Struct.new( :subject, :html_body, :text_body) SENSITIVE = [] include Aws::Structure end |