Class: Aws::Types::ListDefaultVocabulariesResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListDefaultVocabulariesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#default_vocabulary_list ⇒ ::Array[Types::DefaultVocabulary]
Returns the value of attribute default_vocabulary_list.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#default_vocabulary_list ⇒ ::Array[Types::DefaultVocabulary]
Returns the value of attribute default_vocabulary_list.
4949 4950 4951 |
# File 'sig/types.rbs', line 4949 def default_vocabulary_list @default_vocabulary_list end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
4950 4951 4952 |
# File 'sig/types.rbs', line 4950 def next_token @next_token end |