Class: Aws::Types::WhatsAppMessageTemplateSourceConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::WhatsAppMessageTemplateSourceConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#business_account_id ⇒ ::String
Returns the value of attribute business_account_id.
-
#components ⇒ ::Array[::String]
Returns the value of attribute components.
-
#template_id ⇒ ::String
Returns the value of attribute template_id.
Instance Attribute Details
#business_account_id ⇒ ::String
Returns the value of attribute business_account_id.
3383 3384 3385 |
# File 'sig/types.rbs', line 3383 def business_account_id @business_account_id end |
#components ⇒ ::Array[::String]
Returns the value of attribute components.
3385 3386 3387 |
# File 'sig/types.rbs', line 3385 def components @components end |
#template_id ⇒ ::String
Returns the value of attribute template_id.
3384 3385 3386 |
# File 'sig/types.rbs', line 3384 def template_id @template_id end |