Class: Aws::Types::MessageTemplateSourceConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::MessageTemplateSourceConfiguration
- Defined in:
- sig/types.rbs
Defined Under Namespace
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#unknown ⇒ Object
Returns the value of attribute unknown.
-
#whats_app ⇒ Types::WhatsAppMessageTemplateSourceConfiguration
Returns the value of attribute whats_app.
Instance Attribute Details
#unknown ⇒ Object
Returns the value of attribute unknown.
2065 2066 2067 |
# File 'sig/types.rbs', line 2065 def unknown @unknown end |
#whats_app ⇒ Types::WhatsAppMessageTemplateSourceConfiguration
Returns the value of attribute whats_app.
2064 2065 2066 |
# File 'sig/types.rbs', line 2064 def whats_app @whats_app end |