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

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

Overview

Describes the information used to reboot a WorkSpace.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#workspace_idString

The identifier of the WorkSpace.

Returns:

  • (String)


3481
3482
3483
3484
3485
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 3481

class RebootRequest < Struct.new(
  :workspace_id)
  SENSITIVE = []
  include Aws::Structure
end