Class: Aws::Types::ListThesauriResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListThesauriResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#thesaurus_summary_items ⇒ ::Array[Types::ThesaurusSummary]
Returns the value of attribute thesaurus_summary_items.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
1490 1491 1492 |
# File 'sig/types.rbs', line 1490 def next_token @next_token end |
#thesaurus_summary_items ⇒ ::Array[Types::ThesaurusSummary]
Returns the value of attribute thesaurus_summary_items.
1491 1492 1493 |
# File 'sig/types.rbs', line 1491 def thesaurus_summary_items @thesaurus_summary_items end |