Class: Aws::Types::CustomVocabularyImportSpecification
- Inherits:
-
Object
- Object
- Aws::Types::CustomVocabularyImportSpecification
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
-
#bot_version ⇒ ::String
Returns the value of attribute bot_version.
-
#locale_id ⇒ ::String
Returns the value of attribute locale_id.
Instance Attribute Details
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
1072 1073 1074 |
# File 'sig/types.rbs', line 1072 def bot_id @bot_id end |
#bot_version ⇒ ::String
Returns the value of attribute bot_version.
1073 1074 1075 |
# File 'sig/types.rbs', line 1073 def bot_version @bot_version end |
#locale_id ⇒ ::String
Returns the value of attribute locale_id.
1074 1075 1076 |
# File 'sig/types.rbs', line 1074 def locale_id @locale_id end |