Class: Aws::WorkSpaces::Types::RebuildRequest

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

Overview

Note:

When making an API call, you may pass RebuildRequest data as a hash:

{
  workspace_id: "WorkspaceId", # required
}

Describes the information used to rebuild a WorkSpace.

Instance Attribute Summary collapse

Instance Attribute Details

#workspace_idString

The identifier of the WorkSpace.

Returns:

  • (String)


1284
1285
1286
1287
# File 'lib/aws-sdk-workspaces/types.rb', line 1284

class RebuildRequest < Struct.new(
  :workspace_id)
  include Aws::Structure
end