You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::WorkDocs::Types::DescribeUsersRequestWhen passing DescribeUsersRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
authentication_token: "AuthenticationHeaderType",
organization_id: "IdType",
user_ids: "UserIdsType",
query: "SearchQueryType",
include: "ALL", order: "ASCENDING", sort: "USER_NAME", marker: "PageMarkerType",
limit: 1,
fields: "FieldNamesType",
}
Instance Attribute Summary collapse
Amazon WorkDocs authentication token.
A comma-separated list of values.
The state of the users.
The maximum number of items to return.
The marker for the next set of results.
The order for the results.
The ID of the organization.
A query to filter users by user name.
The sorting criteria.
The IDs of the users.
Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.
#fields ⇒ StringA comma-separated list of values. Specify \"STORAGE_METADATA\" to include the user storage quota and utilization information.
#include ⇒ StringThe state of the users. Specify \"ALL\" to include inactive users.
Possible values:
The maximum number of items to return.
#marker ⇒ StringThe marker for the next set of results. (You received this marker from a previous call.)
#order ⇒ StringThe order for the results.
Possible values:
The ID of the organization.
#query ⇒ StringA query to filter users by user name.
#sort ⇒ StringThe sorting criteria.
Possible values:
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4