Class: Aws::Types::MigrationOptions
- Inherits:
-
Object
- Object
- Aws::Types::MigrationOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#conflict_resolution ⇒ ::String
Returns the value of attribute conflict_resolution.
-
#export_options ⇒ Types::ExportOptions
Returns the value of attribute export_options.
-
#source ⇒ Types::MigrationSource
Returns the value of attribute source.
-
#workspace ⇒ Types::MigrationWorkspace
Returns the value of attribute workspace.
Instance Attribute Details
#conflict_resolution ⇒ ::String
Returns the value of attribute conflict_resolution.
1835 1836 1837 |
# File 'sig/types.rbs', line 1835 def conflict_resolution @conflict_resolution end |
#export_options ⇒ Types::ExportOptions
Returns the value of attribute export_options.
1834 1835 1836 |
# File 'sig/types.rbs', line 1834 def @export_options end |
#source ⇒ Types::MigrationSource
Returns the value of attribute source.
1832 1833 1834 |
# File 'sig/types.rbs', line 1832 def source @source end |
#workspace ⇒ Types::MigrationWorkspace
Returns the value of attribute workspace.
1833 1834 1835 |
# File 'sig/types.rbs', line 1833 def workspace @workspace end |