Class: Aws::WorkSpaces::Types::RebootWorkspacesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::RebootWorkspacesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspaces/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#reboot_workspace_requests ⇒ Array<Types::RebootRequest>
The WorkSpaces to reboot.
Instance Attribute Details
#reboot_workspace_requests ⇒ Array<Types::RebootRequest>
The WorkSpaces to reboot. You can specify up to 25 WorkSpaces.
4239 4240 4241 4242 4243 |
# File 'lib/aws-sdk-workspaces/types.rb', line 4239 class RebootWorkspacesRequest < Struct.new( :reboot_workspace_requests) SENSITIVE = [] include Aws::Structure end |