Module: Aws::LexModelsV2::Client::_DescribeCustomVocabularyMetadataResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeCustomVocabularyMetadataResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #bot_id ⇒ ::String
- #bot_version ⇒ ::String
- #creation_date_time ⇒ ::Time
- #custom_vocabulary_status ⇒ "Ready", ...
- #last_updated_date_time ⇒ ::Time
- #locale_id ⇒ ::String
Instance Method Details
#bot_id ⇒ ::String
935 |
# File 'sig/client.rbs', line 935
def bot_id: () -> ::String
|
#bot_version ⇒ ::String
936 |
# File 'sig/client.rbs', line 936
def bot_version: () -> ::String
|
#creation_date_time ⇒ ::Time
939 |
# File 'sig/client.rbs', line 939
def creation_date_time: () -> ::Time
|
#custom_vocabulary_status ⇒ "Ready", ...
938 |
# File 'sig/client.rbs', line 938
def custom_vocabulary_status: () -> ("Ready" | "Deleting" | "Exporting" | "Importing" | "Creating")
|
#last_updated_date_time ⇒ ::Time
940 |
# File 'sig/client.rbs', line 940
def last_updated_date_time: () -> ::Time
|
#locale_id ⇒ ::String
937 |
# File 'sig/client.rbs', line 937
def locale_id: () -> ::String
|