You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::WorkSpaces::Types::RebuildWorkspacesRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing RebuildWorkspacesRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  rebuild_workspace_requests: [ # required
    {
      workspace_id: "WorkspaceId", # required
    },
  ],
}

Instance Attribute Summary collapse

Instance Attribute Details

#rebuild_workspace_requestsArray<Types::RebuildRequest>

The WorkSpace to rebuild. You can specify a single WorkSpace.

Returns: