class Aws::WorkSpaces::Types::DescribeWorkspaceDirectoriesRequest

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

data as a hash:

    {
      directory_ids: ["DirectoryId"],
      limit: 1,
      next_token: "PaginationToken",
    }

@!attribute [rw] directory_ids

The identifiers of the directories. If the value is null, all
directories are retrieved.
@return [Array<String>]

@!attribute [rw] limit

The maximum number of directories 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/DescribeWorkspaceDirectoriesRequest AWS API Documentation

Constants

SENSITIVE