Class: Aws::WorkSpaces::Types::MigrateWorkspaceRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-workspaces/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bundle_idString

The identifier of the target bundle type to migrate the WorkSpace to.

Returns:

  • (String)


3790
3791
3792
3793
3794
3795
# File 'lib/aws-sdk-workspaces/types.rb', line 3790

class MigrateWorkspaceRequest < Struct.new(
  :source_workspace_id,
  :bundle_id)
  SENSITIVE = []
  include Aws::Structure
end

#source_workspace_idString

The identifier of the WorkSpace to migrate from.

Returns:

  • (String)


3790
3791
3792
3793
3794
3795
# File 'lib/aws-sdk-workspaces/types.rb', line 3790

class MigrateWorkspaceRequest < Struct.new(
  :source_workspace_id,
  :bundle_id)
  SENSITIVE = []
  include Aws::Structure
end