Class: Aws::WorkSpaces::Types::StopWorkspacesResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::StopWorkspacesResult
- Defined in:
- gems/aws-sdk-workspaces/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 stopped.
Instance Attribute Details
#failed_requests ⇒ Array<Types::FailedWorkspaceChangeRequest>
Information about the WorkSpaces that could not be stopped.
4573 4574 4575 4576 4577 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 4573 class StopWorkspacesResult < Struct.new( :failed_requests) SENSITIVE = [] include Aws::Structure end |