You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::WorkSpaces::Types::StopWorkspacesRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing StopWorkspacesRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  stop_workspace_requests: [ # required
    {
      workspace_id: "WorkspaceId",
    },
  ],
}

Instance Attribute Summary collapse

Instance Attribute Details

#stop_workspace_requestsArray<Types::StopRequest>

The WorkSpaces to stop. You can specify up to 25 WorkSpaces.

Returns: