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

Class: Aws::WorkSpaces::Types::ModifyWorkspaceStateRequest

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

Overview

Note:

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

{
  workspace_id: "WorkspaceId", # required
  workspace_state: "AVAILABLE", # required, accepts AVAILABLE, ADMIN_MAINTENANCE
}

Instance Attribute Summary collapse

Instance Attribute Details

#workspace_idString

The identifier of the WorkSpace.

Returns:

  • (String)

    The identifier of the WorkSpace.

#workspace_stateString

The WorkSpace state.

Possible values:

  • AVAILABLE
  • ADMIN_MAINTENANCE

Returns:

  • (String)

    The WorkSpace state.