Class: Aws::Types::MigrationSummary
- Inherits:
-
Object
- Object
- Aws::Types::MigrationSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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
#migration_id ⇒ ::String
Returns the value of attribute migration_id.
666 667 668 |
# File 'sig/types.rbs', line 666 def migration_id @migration_id end |
#migration_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute migration_status.
672 673 674 |
# File 'sig/types.rbs', line 672 def migration_status @migration_status end |
#migration_strategy ⇒ "CREATE_NEW", "UPDATE_EXISTING"
Returns the value of attribute migration_strategy.
673 674 675 |
# File 'sig/types.rbs', line 673 def migration_strategy @migration_strategy end |
#migration_timestamp ⇒ ::Time
Returns the value of attribute migration_timestamp.
674 675 676 |
# File 'sig/types.rbs', line 674 def @migration_timestamp end |
#v1_bot_locale ⇒ "de-DE", ...
Returns the value of attribute v1_bot_locale.
669 670 671 |
# File 'sig/types.rbs', line 669 def v1_bot_locale @v1_bot_locale end |
#v1_bot_name ⇒ ::String
Returns the value of attribute v1_bot_name.
667 668 669 |
# File 'sig/types.rbs', line 667 def v1_bot_name @v1_bot_name end |
#v1_bot_version ⇒ ::String
Returns the value of attribute v1_bot_version.
668 669 670 |
# File 'sig/types.rbs', line 668 def v1_bot_version @v1_bot_version end |
#v2_bot_id ⇒ ::String
Returns the value of attribute v2_bot_id.
670 671 672 |
# File 'sig/types.rbs', line 670 def v2_bot_id @v2_bot_id end |
#v2_bot_role ⇒ ::String
Returns the value of attribute v2_bot_role.
671 672 673 |
# File 'sig/types.rbs', line 671 def v2_bot_role @v2_bot_role end |