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]
1233 |
# File 'sig/client.rbs', line 1233
def bot_alias_replica_summaries: () -> ::Array[Types::BotAliasReplicaSummary]
|
#bot_id ⇒ ::String
1230 |
# File 'sig/client.rbs', line 1230
def bot_id: () -> ::String
|
#next_token ⇒ ::String
1234 |
# File 'sig/client.rbs', line 1234
def next_token: () -> ::String
|
#replica_region ⇒ ::String
1232 |
# File 'sig/client.rbs', line 1232
def replica_region: () -> ::String
|
#source_region ⇒ ::String
1231 |
# File 'sig/client.rbs', line 1231
def source_region: () -> ::String
|