Class: Aws::Types::GetMigrationResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetMigrationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alerts ⇒ ::Array[Types::MigrationAlert]
Returns the value of attribute alerts.
-
#migration_id ⇒ ::String
Returns the value of attribute migration_id.
-
#migration_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute migration_status.
-
#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
#alerts ⇒ ::Array[Types::MigrationAlert]
Returns the value of attribute alerts.
506 507 508 |
# File 'sig/types.rbs', line 506 def alerts @alerts end |
#migration_id ⇒ ::String
Returns the value of attribute migration_id.
497 498 499 |
# File 'sig/types.rbs', line 497 def migration_id @migration_id end |
#migration_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute migration_status.
503 504 505 |
# File 'sig/types.rbs', line 503 def migration_status @migration_status end |
#migration_strategy ⇒ "CREATE_NEW", "UPDATE_EXISTING"
Returns the value of attribute migration_strategy.
504 505 506 |
# File 'sig/types.rbs', line 504 def migration_strategy @migration_strategy end |
#migration_timestamp ⇒ ::Time
Returns the value of attribute migration_timestamp.
505 506 507 |
# File 'sig/types.rbs', line 505 def @migration_timestamp end |
#v1_bot_locale ⇒ "de-DE", ...
Returns the value of attribute v1_bot_locale.
500 501 502 |
# File 'sig/types.rbs', line 500 def v1_bot_locale @v1_bot_locale end |
#v1_bot_name ⇒ ::String
Returns the value of attribute v1_bot_name.
498 499 500 |
# File 'sig/types.rbs', line 498 def v1_bot_name @v1_bot_name end |
#v1_bot_version ⇒ ::String
Returns the value of attribute v1_bot_version.
499 500 501 |
# File 'sig/types.rbs', line 499 def v1_bot_version @v1_bot_version end |
#v2_bot_id ⇒ ::String
Returns the value of attribute v2_bot_id.
501 502 503 |
# File 'sig/types.rbs', line 501 def v2_bot_id @v2_bot_id end |
#v2_bot_role ⇒ ::String
Returns the value of attribute v2_bot_role.
502 503 504 |
# File 'sig/types.rbs', line 502 def v2_bot_role @v2_bot_role end |