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
1353 |
# File 'sig/client.rbs', line 1353
def bot_id: () -> ::String
|
#bot_version_replica_summaries ⇒ ::Array[Types::BotVersionReplicaSummary]
1356 |
# File 'sig/client.rbs', line 1356
def bot_version_replica_summaries: () -> ::Array[Types::BotVersionReplicaSummary]
|
#next_token ⇒ ::String
1357 |
# File 'sig/client.rbs', line 1357
def next_token: () -> ::String
|
#replica_region ⇒ ::String
1355 |
# File 'sig/client.rbs', line 1355
def replica_region: () -> ::String
|
#source_region ⇒ ::String
1354 |
# File 'sig/client.rbs', line 1354
def source_region: () -> ::String
|