class Aws::WorkSpaces::Types::DescribeWorkspacesRequest

@note When making an API call, you may pass DescribeWorkspacesRequest

data as a hash:

    {
      workspace_ids: ["WorkspaceId"],
      directory_id: "DirectoryId",
      user_name: "UserName",
      bundle_id: "BundleId",
      limit: 1,
      next_token: "PaginationToken",
    }

@!attribute [rw] workspace_ids

The identifiers of the WorkSpaces. You cannot combine this parameter
with any other filter.

Because the CreateWorkspaces operation is asynchronous, the
identifier it returns is not immediately available. If you
immediately call DescribeWorkspaces with this identifier, no
information is returned.
@return [Array<String>]

@!attribute [rw] directory_id

The identifier of the directory. In addition, you can optionally
specify a specific directory user (see `UserName`). You cannot
combine this parameter with any other filter.
@return [String]

@!attribute [rw] user_name

The name of the directory user. You must specify this parameter with
`DirectoryId`.
@return [String]

@!attribute [rw] bundle_id

The identifier of the bundle. All WorkSpaces that are created from
this bundle are retrieved. You cannot combine this parameter with
any other filter.
@return [String]

@!attribute [rw] limit

The maximum number of items to return.
@return [Integer]

@!attribute [rw] next_token

If you received a `NextToken` from a previous call that was
paginated, provide this token to receive the next set of results.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/DescribeWorkspacesRequest AWS API Documentation

Constants

SENSITIVE