Class: Aws::Types::GetWhatsAppMessageTemplateInput
- Inherits:
-
Object
- Object
- Aws::Types::GetWhatsAppMessageTemplateInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#meta_template_id ⇒ ::String
Returns the value of attribute meta_template_id.
-
#template_language_code ⇒ ::String
Returns the value of attribute template_language_code.
-
#template_name ⇒ ::String
Returns the value of attribute template_name.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
223 224 225 |
# File 'sig/types.rbs', line 223 def id @id end |
#meta_template_id ⇒ ::String
Returns the value of attribute meta_template_id.
222 223 224 |
# File 'sig/types.rbs', line 222 def @meta_template_id end |
#template_language_code ⇒ ::String
Returns the value of attribute template_language_code.
225 226 227 |
# File 'sig/types.rbs', line 225 def template_language_code @template_language_code end |
#template_name ⇒ ::String
Returns the value of attribute template_name.
224 225 226 |
# File 'sig/types.rbs', line 224 def template_name @template_name end |