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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#failed_requestsArray<Types::FailedWorkspaceChangeRequest>

Information about the WorkSpaces that could not be started.



4038
4039
4040
4041
4042
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 4038

class StartWorkspacesResult < Struct.new(
  :failed_requests)
  SENSITIVE = []
  include Aws::Structure
end