Module: Aws::LexModelBuildingService::Client::_GetMigrationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetMigrationResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #alerts ⇒ ::Array[Types::MigrationAlert]
- #migration_id ⇒ ::String
- #migration_status ⇒ "IN_PROGRESS", ...
- #migration_strategy ⇒ "CREATE_NEW", "UPDATE_EXISTING"
- #migration_timestamp ⇒ ::Time
- #v1_bot_locale ⇒ "de-DE", ...
- #v1_bot_name ⇒ ::String
- #v1_bot_version ⇒ ::String
- #v2_bot_id ⇒ ::String
- #v2_bot_role ⇒ ::String
Instance Method Details
#alerts ⇒ ::Array[Types::MigrationAlert]
478 |
# File 'sig/client.rbs', line 478
def alerts: () -> ::Array[Types::MigrationAlert]
|
#migration_id ⇒ ::String
469 |
# File 'sig/client.rbs', line 469
def migration_id: () -> ::String
|
#migration_status ⇒ "IN_PROGRESS", ...
475 |
# File 'sig/client.rbs', line 475
def migration_status: () -> ("IN_PROGRESS" | "COMPLETED" | "FAILED")
|
#migration_strategy ⇒ "CREATE_NEW", "UPDATE_EXISTING"
476 |
# File 'sig/client.rbs', line 476
def migration_strategy: () -> ("CREATE_NEW" | "UPDATE_EXISTING")
|
#migration_timestamp ⇒ ::Time
477 |
# File 'sig/client.rbs', line 477
def migration_timestamp: () -> ::Time
|
#v1_bot_locale ⇒ "de-DE", ...
472 |
# File 'sig/client.rbs', line 472
def v1_bot_locale: () -> ("de-DE" | "en-AU" | "en-GB" | "en-IN" | "en-US" | "es-419" | "es-ES" | "es-US" | "fr-FR" | "fr-CA" | "it-IT" | "ja-JP" | "ko-KR")
|
#v1_bot_name ⇒ ::String
470 |
# File 'sig/client.rbs', line 470
def v1_bot_name: () -> ::String
|
#v1_bot_version ⇒ ::String
471 |
# File 'sig/client.rbs', line 471
def v1_bot_version: () -> ::String
|
#v2_bot_id ⇒ ::String
473 |
# File 'sig/client.rbs', line 473
def v2_bot_id: () -> ::String
|
#v2_bot_role ⇒ ::String
474 |
# File 'sig/client.rbs', line 474
def v2_bot_role: () -> ::String
|