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)


2743
2744
2745
2746
2747
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 2743

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