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
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.
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.
3058 3059 3060 3061 3062 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 3058 class RebootRequest < Struct.new( :workspace_id) SENSITIVE = [] include Aws::Structure end |