Class: Aws::WorkSpaces::Types::StartWorkspacesResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::StartWorkspacesResult
- 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 started.
Instance Attribute Details
#failed_requests ⇒ Array<Types::FailedWorkspaceChangeRequest>
Information about the WorkSpaces that could not be started.
4520 4521 4522 4523 4524 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 4520 class StartWorkspacesResult < Struct.new( :failed_requests) SENSITIVE = [] include Aws::Structure end |