Class: Aws::WorkSpaces::Types::RebootRequest

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

{
  workspace_id: "WorkspaceId", # required
}

Describes the information used to reboot a WorkSpace.

Instance Attribute Summary collapse

Instance Attribute Details

#workspace_idString

The identifier of the WorkSpace.

Returns:

  • (String)


1231
1232
1233
1234
# File 'lib/aws-sdk-workspaces/types.rb', line 1231

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