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
930 |
# File 'sig/client.rbs', line 930
def bot_id: () -> ::String
|
#bot_version ⇒ ::String
931 |
# File 'sig/client.rbs', line 931
def bot_version: () -> ::String
|
#creation_date_time ⇒ ::Time
934 |
# File 'sig/client.rbs', line 934
def creation_date_time: () -> ::Time
|
#custom_vocabulary_status ⇒ "Ready", ...
933 |
# File 'sig/client.rbs', line 933
def custom_vocabulary_status: () -> ("Ready" | "Deleting" | "Exporting" | "Importing" | "Creating")
|
#last_updated_date_time ⇒ ::Time
935 |
# File 'sig/client.rbs', line 935
def last_updated_date_time: () -> ::Time
|
#locale_id ⇒ ::String
932 |
# File 'sig/client.rbs', line 932
def locale_id: () -> ::String
|