Module: Aws::LexModelsV2::Client::_ListBotVersionReplicasResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListBotVersionReplicasResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #bot_id ⇒ ::String
- #bot_version_replica_summaries ⇒ ::Array[Types::BotVersionReplicaSummary]
- #next_token ⇒ ::String
- #replica_region ⇒ ::String
- #source_region ⇒ ::String
Instance Method Details
#bot_id ⇒ ::String
1358 |
# File 'sig/client.rbs', line 1358
def bot_id: () -> ::String
|
#bot_version_replica_summaries ⇒ ::Array[Types::BotVersionReplicaSummary]
1361 |
# File 'sig/client.rbs', line 1361
def bot_version_replica_summaries: () -> ::Array[Types::BotVersionReplicaSummary]
|
#next_token ⇒ ::String
1362 |
# File 'sig/client.rbs', line 1362
def next_token: () -> ::String
|
#replica_region ⇒ ::String
1360 |
# File 'sig/client.rbs', line 1360
def replica_region: () -> ::String
|
#source_region ⇒ ::String
1359 |
# File 'sig/client.rbs', line 1359
def source_region: () -> ::String
|