Class: Aws::Types::StartDataMigrationMessage
- Inherits:
-
Object
- Object
- Aws::Types::StartDataMigrationMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_migration_identifier ⇒ ::String
Returns the value of attribute data_migration_identifier.
-
#start_type ⇒ "reload-target", ...
Returns the value of attribute start_type.
Instance Attribute Details
#data_migration_identifier ⇒ ::String
Returns the value of attribute data_migration_identifier.
2821 2822 2823 |
# File 'sig/types.rbs', line 2821 def data_migration_identifier @data_migration_identifier end |
#start_type ⇒ "reload-target", ...
Returns the value of attribute start_type.
2822 2823 2824 |
# File 'sig/types.rbs', line 2822 def start_type @start_type end |