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.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#migration_id ⇒ ::String
Returns the value of attribute migration_id.
2299 2300 2301 |
# File 'sig/types.rbs', line 2299 def migration_id @migration_id end |
#status ⇒ ::String
Returns the value of attribute status.
2300 2301 2302 |
# File 'sig/types.rbs', line 2300 def status @status end |