Class: Aws::WorkSpaces::Types::StartWorkspacesResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-workspaces/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#failed_requestsArray<Types::FailedWorkspaceChangeRequest>

Information about the WorkSpaces that could not be started.



1411
1412
1413
1414
# File 'lib/aws-sdk-workspaces/types.rb', line 1411

class StartWorkspacesResult < Struct.new(
  :failed_requests)
  include Aws::Structure
end