Class: Aws::Types::MigrateWorkspaceResult
- Inherits:
-
Object
- Object
- Aws::Types::MigrateWorkspaceResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#source_workspace_id ⇒ ::String
Returns the value of attribute source_workspace_id.
-
#target_workspace_id ⇒ ::String
Returns the value of attribute target_workspace_id.
Instance Attribute Details
#source_workspace_id ⇒ ::String
Returns the value of attribute source_workspace_id.
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.
1106 1107 1108 |
# File 'sig/types.rbs', line 1106 def target_workspace_id @target_workspace_id end |