Class: Aws::Types::CreateWhatsAppMessageTemplateFromLibraryInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateWhatsAppMessageTemplateFromLibraryInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#meta_library_template ⇒ Types::MetaLibraryTemplate
Returns the value of attribute meta_library_template.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
62 63 64 |
# File 'sig/types.rbs', line 62 def id @id end |
#meta_library_template ⇒ Types::MetaLibraryTemplate
Returns the value of attribute meta_library_template.
61 62 63 |
# File 'sig/types.rbs', line 61 def @meta_library_template end |