Class: Aws::Types::MigrationOptions

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#conflict_resolution::String

Returns the value of attribute conflict_resolution.

Returns:

  • (::String)


1835
1836
1837
# File 'sig/types.rbs', line 1835

def conflict_resolution
  @conflict_resolution
end

#export_optionsTypes::ExportOptions

Returns the value of attribute export_options.



1834
1835
1836
# File 'sig/types.rbs', line 1834

def export_options
  @export_options
end

#sourceTypes::MigrationSource

Returns the value of attribute source.



1832
1833
1834
# File 'sig/types.rbs', line 1832

def source
  @source
end

#workspaceTypes::MigrationWorkspace

Returns the value of attribute workspace.



1833
1834
1835
# File 'sig/types.rbs', line 1833

def workspace
  @workspace
end