Class: Aws::WorkSpaces::Types::RebootRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::RebootRequest
- 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
-
#workspace_id ⇒ String
The identifier of the WorkSpace.
Instance Attribute Details
#workspace_id ⇒ String
The identifier of the WorkSpace.
3938 3939 3940 3941 3942 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 3938 class RebootRequest < Struct.new( :workspace_id) SENSITIVE = [] include Aws::Structure end |