Class: Aws::Types::MessageTemplateContentProvider
- Inherits:
-
Object
- Object
- Aws::Types::MessageTemplateContentProvider
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: Email, Push, Sms, Unknown, WhatsApp
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#email ⇒ Types::EmailMessageTemplateContent
Returns the value of attribute email.
-
#push ⇒ Types::PushMessageTemplateContent
Returns the value of attribute push.
-
#sms ⇒ Types::SMSMessageTemplateContent
Returns the value of attribute sms.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
-
#whats_app ⇒ Types::WhatsAppMessageTemplateContent
Returns the value of attribute whats_app.
Instance Attribute Details
#email ⇒ Types::EmailMessageTemplateContent
Returns the value of attribute email.
1970 1971 1972 |
# File 'sig/types.rbs', line 1970 def email @email end |
#push ⇒ Types::PushMessageTemplateContent
Returns the value of attribute push.
1973 1974 1975 |
# File 'sig/types.rbs', line 1973 def push @push end |
#sms ⇒ Types::SMSMessageTemplateContent
Returns the value of attribute sms.
1971 1972 1973 |
# File 'sig/types.rbs', line 1971 def sms @sms end |
#unknown ⇒ Object
Returns the value of attribute unknown.
1974 1975 1976 |
# File 'sig/types.rbs', line 1974 def unknown @unknown end |
#whats_app ⇒ Types::WhatsAppMessageTemplateContent
Returns the value of attribute whats_app.
1972 1973 1974 |
# File 'sig/types.rbs', line 1972 def whats_app @whats_app end |