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
286 |
# File 'sig/client.rbs', line 286
def bot_id: () -> ::String
|
#bot_replica_status ⇒ "Enabling", ...
290 |
# File 'sig/client.rbs', line 290
def bot_replica_status: () -> ("Enabling" | "Enabled" | "Deleting" | "Failed")
|
#creation_date_time ⇒ ::Time
289 |
# File 'sig/client.rbs', line 289
def creation_date_time: () -> ::Time
|
#replica_region ⇒ ::String
287 |
# File 'sig/client.rbs', line 287
def replica_region: () -> ::String
|
#source_region ⇒ ::String
288 |
# File 'sig/client.rbs', line 288
def source_region: () -> ::String
|