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
1498 |
# File 'sig/client.rbs', line 1498
def bot_id: () -> ::String
|
#bot_version ⇒ ::String
1499 |
# File 'sig/client.rbs', line 1499
def bot_version: () -> ::String
|
#import_summaries ⇒ ::Array[Types::ImportSummary]
1500 |
# File 'sig/client.rbs', line 1500
def import_summaries: () -> ::Array[Types::ImportSummary]
|
#locale_id ⇒ ::String
1502 |
# File 'sig/client.rbs', line 1502
def locale_id: () -> ::String
|
#next_token ⇒ ::String
1501 |
# File 'sig/client.rbs', line 1501
def next_token: () -> ::String
|