kendra_list_groups_older_than_ordering_id {paws.analytics} | R Documentation |
Provides a list of groups that are mapped to users before a given ordering or timestamp identifier
Description
Provides a list of groups that are mapped to users before a given ordering or timestamp identifier.
See https://www.paws-r-sdk.com/docs/kendra_list_groups_older_than_ordering_id/ for full documentation.
Usage
kendra_list_groups_older_than_ordering_id(
IndexId,
DataSourceId = NULL,
OrderingId,
NextToken = NULL,
MaxResults = NULL
)
Arguments
IndexId |
[required] The identifier of the index for getting a list of groups mapped to users before a given ordering or timestamp identifier. |
DataSourceId |
The identifier of the data source for getting a list of groups mapped to users before a given ordering timestamp identifier. |
OrderingId |
[required] The timestamp identifier used for the latest |
NextToken |
If the previous response was incomplete (because there is more data to retrieve), Amazon Kendra returns a pagination token in the response. You can use this pagination token to retrieve the next set of groups that are mapped to users before a given ordering or timestamp identifier. |
MaxResults |
The maximum number of returned groups that are mapped to users before a given ordering or timestamp identifier. |