Class: Aws::AmplifyBackend::Types::EmailSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyBackend::Types::EmailSettings
- Defined in:
- gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb
Overview
The settings for the email message.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#email_message ⇒ String
The contents of the email message.
-
#email_subject ⇒ String
The contents of the subject line of the email message.
Instance Attribute Details
#email_message ⇒ String
The contents of the email message.
1696 1697 1698 1699 1700 1701 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 1696 class EmailSettings < Struct.new( :email_message, :email_subject) SENSITIVE = [] include Aws::Structure end |
#email_subject ⇒ String
The contents of the subject line of the email message.
1696 1697 1698 1699 1700 1701 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 1696 class EmailSettings < Struct.new( :email_message, :email_subject) SENSITIVE = [] include Aws::Structure end |