Class: Aws::Types::MigrateWorkspaceRequest
- Inherits:
-
Object
- Object
- Aws::Types::MigrateWorkspaceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bundle_id ⇒ ::String
Returns the value of attribute bundle_id.
-
#source_workspace_id ⇒ ::String
Returns the value of attribute source_workspace_id.
Instance Attribute Details
#bundle_id ⇒ ::String
Returns the value of attribute bundle_id.
1100 1101 1102 |
# File 'sig/types.rbs', line 1100 def bundle_id @bundle_id end |
#source_workspace_id ⇒ ::String
Returns the value of attribute source_workspace_id.
1099 1100 1101 |
# File 'sig/types.rbs', line 1099 def source_workspace_id @source_workspace_id end |