Class: Aws::Types::DescribeCustomVocabularyMetadataResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeCustomVocabularyMetadataResponse
- 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.
-
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
-
#custom_vocabulary_status ⇒ "Ready", ...
Returns the value of attribute custom_vocabulary_status.
-
#last_updated_date_time ⇒ ::Time
Returns the value of attribute last_updated_date_time.
-
#locale_id ⇒ ::String
Returns the value of attribute locale_id.
Instance Attribute Details
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
1494 1495 1496 |
# File 'sig/types.rbs', line 1494 def bot_id @bot_id end |
#bot_version ⇒ ::String
Returns the value of attribute bot_version.
1495 1496 1497 |
# File 'sig/types.rbs', line 1495 def bot_version @bot_version end |
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
1498 1499 1500 |
# File 'sig/types.rbs', line 1498 def creation_date_time @creation_date_time end |
#custom_vocabulary_status ⇒ "Ready", ...
Returns the value of attribute custom_vocabulary_status.
1497 1498 1499 |
# File 'sig/types.rbs', line 1497 def custom_vocabulary_status @custom_vocabulary_status end |
#last_updated_date_time ⇒ ::Time
Returns the value of attribute last_updated_date_time.
1499 1500 1501 |
# File 'sig/types.rbs', line 1499 def last_updated_date_time @last_updated_date_time end |
#locale_id ⇒ ::String
Returns the value of attribute locale_id.
1496 1497 1498 |
# File 'sig/types.rbs', line 1496 def locale_id @locale_id end |