Class: Aws::Types::ListWhatsAppTemplateLibraryOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListWhatsAppTemplateLibraryOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#meta_library_templates ⇒ ::Array[Types::MetaLibraryTemplateDefinition]
Returns the value of attribute meta_library_templates.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#meta_library_templates ⇒ ::Array[Types::MetaLibraryTemplateDefinition]
Returns the value of attribute meta_library_templates.
386 387 388 |
# File 'sig/types.rbs', line 386 def @meta_library_templates end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
387 388 389 |
# File 'sig/types.rbs', line 387 def next_token @next_token end |