Class: Aws::Kendra::Types::ListGroupsOlderThanOrderingIdRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::ListGroupsOlderThanOrderingIdRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kendra/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_source_id ⇒ String
The identifier of the data source for getting a list of groups mapped to users before a given ordering timestamp identifier.
-
#index_id ⇒ String
The identifier of the index for getting a list of groups mapped to users before a given ordering or timestamp identifier.
-
#max_results ⇒ Integer
The maximum number of returned groups that are mapped to users before a given ordering or timestamp identifier.
-
#next_token ⇒ String
If the previous response was incomplete (because there is more data to retrieve), Amazon Kendra returns a pagination token in the response.
-
#ordering_id ⇒ Integer
The timestamp identifier used for the latest ‘PUT` or `DELETE` action for mapping users to their groups.
Instance Attribute Details
#data_source_id ⇒ String
The identifier of the data source for getting a list of groups mapped to users before a given ordering timestamp identifier.
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_id ⇒ String
The identifier of the index for getting a list of groups mapped to users before a given ordering or timestamp identifier.
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_results ⇒ Integer
The maximum number of returned groups that are mapped to users before a given ordering or timestamp identifier.
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_token ⇒ String
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.
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_id ⇒ Integer
The timestamp identifier used for the latest ‘PUT` or `DELETE` action for mapping users to their groups.
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 |