Module: Aws::LexModelsV2::Client::_ListImportsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListImportsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #bot_id ⇒ ::String
- #bot_version ⇒ ::String
- #import_summaries ⇒ ::Array[Types::ImportSummary]
- #locale_id ⇒ ::String
- #next_token ⇒ ::String
Instance Method Details
#bot_id ⇒ ::String
1503 |
# File 'sig/client.rbs', line 1503
def bot_id: () -> ::String
|
#bot_version ⇒ ::String
1504 |
# File 'sig/client.rbs', line 1504
def bot_version: () -> ::String
|
#import_summaries ⇒ ::Array[Types::ImportSummary]
1505 |
# File 'sig/client.rbs', line 1505
def import_summaries: () -> ::Array[Types::ImportSummary]
|
#locale_id ⇒ ::String
1507 |
# File 'sig/client.rbs', line 1507
def locale_id: () -> ::String
|
#next_token ⇒ ::String
1506 |
# File 'sig/client.rbs', line 1506
def next_token: () -> ::String
|