Class: Aws::WorkSpaces::Types::MigrateWorkspaceResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::MigrateWorkspaceResult
- Defined in:
- gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#source_workspace_id ⇒ String
The original identifier of the WorkSpace that is being migrated.
-
#target_workspace_id ⇒ String
The new identifier of the WorkSpace that is being migrated.
Instance Attribute Details
#source_workspace_id ⇒ String
The original identifier of the WorkSpace that is being migrated.
3510 3511 3512 3513 3514 3515 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 3510 class MigrateWorkspaceResult < Struct.new( :source_workspace_id, :target_workspace_id) SENSITIVE = [] include Aws::Structure end |
#target_workspace_id ⇒ String
The new identifier of the WorkSpace that is being migrated. If the migration does not succeed, the target WorkSpace ID will not be used, and the WorkSpace will still have the original WorkSpace ID.
3510 3511 3512 3513 3514 3515 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 3510 class MigrateWorkspaceResult < Struct.new( :source_workspace_id, :target_workspace_id) SENSITIVE = [] include Aws::Structure end |