Module: Aws::LexModelsV2::Client::_ListBotAliasReplicasResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListBotAliasReplicasResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #bot_alias_replica_summaries ⇒ ::Array[Types::BotAliasReplicaSummary]
- #bot_id ⇒ ::String
- #next_token ⇒ ::String
- #replica_region ⇒ ::String
- #source_region ⇒ ::String
Instance Method Details
#bot_alias_replica_summaries ⇒ ::Array[Types::BotAliasReplicaSummary]
1228 |
# File 'sig/client.rbs', line 1228
def bot_alias_replica_summaries: () -> ::Array[Types::BotAliasReplicaSummary]
|
#bot_id ⇒ ::String
1225 |
# File 'sig/client.rbs', line 1225
def bot_id: () -> ::String
|
#next_token ⇒ ::String
1229 |
# File 'sig/client.rbs', line 1229
def next_token: () -> ::String
|
#replica_region ⇒ ::String
1227 |
# File 'sig/client.rbs', line 1227
def replica_region: () -> ::String
|
#source_region ⇒ ::String
1226 |
# File 'sig/client.rbs', line 1226
def source_region: () -> ::String
|