Class: Aws::WorkSpaces::Types::RebootWorkspacesRequest

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 RebootWorkspacesRequest data as a hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#reboot_workspace_requestsArray<Types::RebootRequest>

The WorkSpaces to reboot. You can specify up to 25 WorkSpaces.

Returns:



1253
1254
1255
1256
# File 'lib/aws-sdk-workspaces/types.rb', line 1253

class RebootWorkspacesRequest < Struct.new(
  :reboot_workspace_requests)
  include Aws::Structure
end