Class: Aws::Types::MessageTemplateSourceConfigurationSummary
- Inherits:
-
Object
- Object
- Aws::Types::MessageTemplateSourceConfigurationSummary
- 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::WhatsAppMessageTemplateSourceConfigurationSummary
Returns the value of attribute whats_app.
Instance Attribute Details
#unknown ⇒ Object
Returns the value of attribute unknown.
2076 2077 2078 |
# File 'sig/types.rbs', line 2076 def unknown @unknown end |
#whats_app ⇒ Types::WhatsAppMessageTemplateSourceConfigurationSummary
Returns the value of attribute whats_app.
2075 2076 2077 |
# File 'sig/types.rbs', line 2075 def whats_app @whats_app end |