Class: Aws::Kendra::Types::ListGroupsOlderThanOrderingIdRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-kendra/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_source_idString

The identifier of the data source for getting a list of groups mapped to users before a given ordering timestamp identifier.

Returns:

  • (String)


7258
7259
7260
7261
7262
7263
7264
7265
7266
# File 'lib/aws-sdk-kendra/types.rb', line 7258

class ListGroupsOlderThanOrderingIdRequest < Struct.new(
  :index_id,
  :data_source_id,
  :ordering_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#index_idString

The identifier of the index for getting a list of groups mapped to users before a given ordering or timestamp identifier.

Returns:

  • (String)


7258
7259
7260
7261
7262
7263
7264
7265
7266
# File 'lib/aws-sdk-kendra/types.rb', line 7258

class ListGroupsOlderThanOrderingIdRequest < Struct.new(
  :index_id,
  :data_source_id,
  :ordering_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of returned groups that are mapped to users before a given ordering or timestamp identifier.

Returns:

  • (Integer)


7258
7259
7260
7261
7262
7263
7264
7265
7266
# File 'lib/aws-sdk-kendra/types.rb', line 7258

class ListGroupsOlderThanOrderingIdRequest < Struct.new(
  :index_id,
  :data_source_id,
  :ordering_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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.

Returns:

  • (String)


7258
7259
7260
7261
7262
7263
7264
7265
7266
# File 'lib/aws-sdk-kendra/types.rb', line 7258

class ListGroupsOlderThanOrderingIdRequest < Struct.new(
  :index_id,
  :data_source_id,
  :ordering_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#ordering_idInteger

The timestamp identifier used for the latest ‘PUT` or `DELETE` action for mapping users to their groups.

Returns:

  • (Integer)


7258
7259
7260
7261
7262
7263
7264
7265
7266
# File 'lib/aws-sdk-kendra/types.rb', line 7258

class ListGroupsOlderThanOrderingIdRequest < Struct.new(
  :index_id,
  :data_source_id,
  :ordering_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end