Class: Aws::Types::WhatsAppMessageTemplateSourceConfigurationSummary
- Inherits:
-
Object
- Object
- Aws::Types::WhatsAppMessageTemplateSourceConfigurationSummary
- 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.
-
#language ⇒ ::String
Returns the value of attribute language.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#status ⇒ "VALID", ...
Returns the value of attribute status.
-
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
-
#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.
3390 3391 3392 |
# File 'sig/types.rbs', line 3390 def business_account_id @business_account_id end |
#components ⇒ ::Array[::String]
Returns the value of attribute components.
3394 3395 3396 |
# File 'sig/types.rbs', line 3394 def components @components end |
#language ⇒ ::String
Returns the value of attribute language.
3393 3394 3395 |
# File 'sig/types.rbs', line 3393 def language @language end |
#name ⇒ ::String
Returns the value of attribute name.
3392 3393 3394 |
# File 'sig/types.rbs', line 3392 def name @name end |
#status ⇒ "VALID", ...
Returns the value of attribute status.
3395 3396 3397 |
# File 'sig/types.rbs', line 3395 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
3396 3397 3398 |
# File 'sig/types.rbs', line 3396 def status_reason @status_reason end |
#template_id ⇒ ::String
Returns the value of attribute template_id.
3391 3392 3393 |
# File 'sig/types.rbs', line 3391 def template_id @template_id end |