Class: Aws::Types::StartMigrationResponse
- Inherits:
-
Object
- Object
- Aws::Types::StartMigrationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#migration_id ⇒ ::String
Returns the value of attribute migration_id.
-
#migration_strategy ⇒ "CREATE_NEW", "UPDATE_EXISTING"
Returns the value of attribute migration_strategy.
-
#migration_timestamp ⇒ ::Time
Returns the value of attribute migration_timestamp.
-
#v1_bot_locale ⇒ "de-DE", ...
Returns the value of attribute v1_bot_locale.
-
#v1_bot_name ⇒ ::String
Returns the value of attribute v1_bot_name.
-
#v1_bot_version ⇒ ::String
Returns the value of attribute v1_bot_version.
-
#v2_bot_id ⇒ ::String
Returns the value of attribute v2_bot_id.
-
#v2_bot_role ⇒ ::String
Returns the value of attribute v2_bot_role.
Instance Attribute Details
#migration_id ⇒ ::String
Returns the value of attribute migration_id.
930 931 932 |
# File 'sig/types.rbs', line 930 def migration_id @migration_id end |
#migration_strategy ⇒ "CREATE_NEW", "UPDATE_EXISTING"
Returns the value of attribute migration_strategy.
931 932 933 |
# File 'sig/types.rbs', line 931 def migration_strategy @migration_strategy end |
#migration_timestamp ⇒ ::Time
Returns the value of attribute migration_timestamp.
932 933 934 |
# File 'sig/types.rbs', line 932 def end |
#v1_bot_locale ⇒ "de-DE", ...
Returns the value of attribute v1_bot_locale.
927 928 929 |
# File 'sig/types.rbs', line 927 def v1_bot_locale @v1_bot_locale end |
#v1_bot_name ⇒ ::String
Returns the value of attribute v1_bot_name.
925 926 927 |
# File 'sig/types.rbs', line 925 def v1_bot_name @v1_bot_name end |
#v1_bot_version ⇒ ::String
Returns the value of attribute v1_bot_version.
926 927 928 |
# File 'sig/types.rbs', line 926 def v1_bot_version @v1_bot_version end |
#v2_bot_id ⇒ ::String
Returns the value of attribute v2_bot_id.
928 929 930 |
# File 'sig/types.rbs', line 928 def v2_bot_id @v2_bot_id end |
#v2_bot_role ⇒ ::String
Returns the value of attribute v2_bot_role.
929 930 931 |
# File 'sig/types.rbs', line 929 def v2_bot_role @v2_bot_role end |