Class: Aws::Types::ListVocabulariesResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListVocabulariesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#status ⇒ "PENDING", ...
Returns the value of attribute status.
-
#vocabularies ⇒ ::Array[Types::VocabularyInfo]
Returns the value of attribute vocabularies.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
546 547 548 |
# File 'sig/types.rbs', line 546 def next_token @next_token end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
545 546 547 |
# File 'sig/types.rbs', line 545 def status @status end |
#vocabularies ⇒ ::Array[Types::VocabularyInfo]
Returns the value of attribute vocabularies.
547 548 549 |
# File 'sig/types.rbs', line 547 def vocabularies @vocabularies end |