Class: Aws::WorkSpaces::Types::RebootWorkspacesResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::RebootWorkspacesResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspaces/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#failed_requests ⇒ Array<Types::FailedWorkspaceChangeRequest>
Information about the WorkSpaces that could not be rebooted.
Instance Attribute Details
#failed_requests ⇒ Array<Types::FailedWorkspaceChangeRequest>
Information about the WorkSpaces that could not be rebooted.
4251 4252 4253 4254 4255 |
# File 'lib/aws-sdk-workspaces/types.rb', line 4251 class RebootWorkspacesResult < Struct.new( :failed_requests) SENSITIVE = [] include Aws::Structure end |