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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-workspaces/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)


3117
3118
3119
3120
3121
3122
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 3117

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)


3117
3118
3119
3120
3121
3122
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 3117

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