Class: Aws::Types::VocabularyInfo
- Inherits:
-
Object
- Object
- Aws::Types::VocabularyInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#language_code ⇒ "af-ZA", ...
Returns the value of attribute language_code.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#vocabulary_name ⇒ ::String
Returns the value of attribute vocabulary_name.
-
#vocabulary_state ⇒ "PENDING", ...
Returns the value of attribute vocabulary_state.
Instance Attribute Details
#language_code ⇒ "af-ZA", ...
Returns the value of attribute language_code.
1031 1032 1033 |
# File 'sig/types.rbs', line 1031 def language_code @language_code end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
1032 1033 1034 |
# File 'sig/types.rbs', line 1032 def last_modified_time @last_modified_time end |
#vocabulary_name ⇒ ::String
Returns the value of attribute vocabulary_name.
1030 1031 1032 |
# File 'sig/types.rbs', line 1030 def vocabulary_name @vocabulary_name end |
#vocabulary_state ⇒ "PENDING", ...
Returns the value of attribute vocabulary_state.
1033 1034 1035 |
# File 'sig/types.rbs', line 1033 def vocabulary_state @vocabulary_state end |