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

Class: Aws::WorkSpaces::Types::TerminateWorkspacesRequest

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

Overview

Note:

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

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

Instance Attribute Summary collapse

Instance Attribute Details

#terminate_workspace_requestsArray<Types::TerminateRequest>

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

Returns: