Class: Aws::Types::ListWhatsAppTemplateLibraryInput
- Inherits:
-
Object
- Object
- Aws::Types::ListWhatsAppTemplateLibraryInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#filters ⇒ ::Hash[::String, ::String]
Returns the value of attribute filters.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#filters ⇒ ::Hash[::String, ::String]
Returns the value of attribute filters.
381 382 383 |
# File 'sig/types.rbs', line 381 def filters @filters end |
#id ⇒ ::String
Returns the value of attribute id.
380 381 382 |
# File 'sig/types.rbs', line 380 def id @id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
379 380 381 |
# File 'sig/types.rbs', line 379 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
378 379 380 |
# File 'sig/types.rbs', line 378 def next_token @next_token end |