Class: Aws::Types::MigrateWorkspaceResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#source_workspace_id::String

Returns the value of attribute source_workspace_id.

Returns:

  • (::String)


1105
1106
1107
# File 'sig/types.rbs', line 1105

def source_workspace_id
  @source_workspace_id
end

#target_workspace_id::String

Returns the value of attribute target_workspace_id.

Returns:

  • (::String)


1106
1107
1108
# File 'sig/types.rbs', line 1106

def target_workspace_id
  @target_workspace_id
end