Class: Aws::Types::StartMigrationRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartMigrationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#migration_strategy ⇒ "CREATE_NEW", "UPDATE_EXISTING"
Returns the value of attribute migration_strategy.
-
#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_name ⇒ ::String
Returns the value of attribute v2_bot_name.
-
#v2_bot_role ⇒ ::String
Returns the value of attribute v2_bot_role.
Instance Attribute Details
#migration_strategy ⇒ "CREATE_NEW", "UPDATE_EXISTING"
Returns the value of attribute migration_strategy.
920 921 922 |
# File 'sig/types.rbs', line 920 def migration_strategy @migration_strategy end |
#v1_bot_name ⇒ ::String
Returns the value of attribute v1_bot_name.
916 917 918 |
# File 'sig/types.rbs', line 916 def v1_bot_name @v1_bot_name end |
#v1_bot_version ⇒ ::String
Returns the value of attribute v1_bot_version.
917 918 919 |
# File 'sig/types.rbs', line 917 def v1_bot_version @v1_bot_version end |
#v2_bot_name ⇒ ::String
Returns the value of attribute v2_bot_name.
918 919 920 |
# File 'sig/types.rbs', line 918 def v2_bot_name @v2_bot_name end |
#v2_bot_role ⇒ ::String
Returns the value of attribute v2_bot_role.
919 920 921 |
# File 'sig/types.rbs', line 919 def v2_bot_role @v2_bot_role end |