Module: Aws::LexModelsV2::Client::_ListBotReplicasResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListBotReplicasResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #bot_id ⇒ ::String
- #bot_replica_summaries ⇒ ::Array[Types::BotReplicaSummary]
- #source_region ⇒ ::String
Instance Method Details
#bot_id ⇒ ::String
1319 |
# File 'sig/client.rbs', line 1319
def bot_id: () -> ::String
|
#bot_replica_summaries ⇒ ::Array[Types::BotReplicaSummary]
1321 |
# File 'sig/client.rbs', line 1321
def bot_replica_summaries: () -> ::Array[Types::BotReplicaSummary]
|
#source_region ⇒ ::String
1320 |
# File 'sig/client.rbs', line 1320
def source_region: () -> ::String
|