Class: Aws::WorkSpaces::Types::StopWorkspacesResult

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 stopped.



1464
1465
1466
1467
# File 'lib/aws-sdk-workspaces/types.rb', line 1464

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