Module: Aws::LexModelBuildingService::Client::_StartMigrationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::StartMigrationResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #migration_id ⇒ ::String
- #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
#migration_id ⇒ ::String
822 |
# File 'sig/client.rbs', line 822
def migration_id: () -> ::String
|
#migration_strategy ⇒ "CREATE_NEW", "UPDATE_EXISTING"
823 |
# File 'sig/client.rbs', line 823
def migration_strategy: () -> ("CREATE_NEW" | "UPDATE_EXISTING")
|
#migration_timestamp ⇒ ::Time
824 |
# File 'sig/client.rbs', line 824
def migration_timestamp: () -> ::Time
|
#v1_bot_locale ⇒ "de-DE", ...
819 |
# File 'sig/client.rbs', line 819
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
817 |
# File 'sig/client.rbs', line 817
def v1_bot_name: () -> ::String
|
#v1_bot_version ⇒ ::String
818 |
# File 'sig/client.rbs', line 818
def v1_bot_version: () -> ::String
|
#v2_bot_id ⇒ ::String
820 |
# File 'sig/client.rbs', line 820
def v2_bot_id: () -> ::String
|
#v2_bot_role ⇒ ::String
821 |
# File 'sig/client.rbs', line 821
def v2_bot_role: () -> ::String
|