class Aws::Kendra::Types::ListGroupsOlderThanOrderingIdRequest

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

data as a hash:

    {
      index_id: "IndexId", # required
      data_source_id: "DataSourceId",
      ordering_id: 1, # required
      next_token: "NextToken",
      max_results: 1,
    }

@!attribute [rw] index_id

The identifier of the index for getting a list of groups mapped to
users before a given ordering or timestamp identifier.
@return [String]

@!attribute [rw] data_source_id

The identifier of the data source for getting a list of groups
mapped to users before a given ordering timestamp identifier.
@return [String]

@!attribute [rw] ordering_id

The timestamp identifier used for the latest `PUT` or `DELETE`
action for mapping users to their groups.
@return [Integer]

@!attribute [rw] next_token

The next items in the list of groups that go beyond the maximum.
@return [String]

@!attribute [rw] max_results

The maximum results shown for a list of groups that are mapped to
users before a given ordering or timestamp identifier.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/ListGroupsOlderThanOrderingIdRequest AWS API Documentation

Constants

SENSITIVE