Module: Aws::LexModelsV2::Client::_CreateBotReplicaResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateBotReplicaResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #bot_id ⇒ ::String
- #bot_replica_status ⇒ "Enabling", ...
- #creation_date_time ⇒ ::Time
- #replica_region ⇒ ::String
- #source_region ⇒ ::String
Instance Method Details
#bot_id ⇒ ::String
290 |
# File 'sig/client.rbs', line 290 def bot_id: () -> ::String |
#bot_replica_status ⇒ "Enabling", ...
294 |
# File 'sig/client.rbs', line 294 def bot_replica_status: () -> ("Enabling" | "Enabled" | "Deleting" | "Failed") |
#creation_date_time ⇒ ::Time
293 |
# File 'sig/client.rbs', line 293 def creation_date_time: () -> ::Time |
#replica_region ⇒ ::String
291 |
# File 'sig/client.rbs', line 291 def replica_region: () -> ::String |
#source_region ⇒ ::String
292 |
# File 'sig/client.rbs', line 292 def source_region: () -> ::String |