Class: Aws::Kendra::Types::ListGroupsOlderThanOrderingIdResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::ListGroupsOlderThanOrderingIdResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kendra/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#groups_summaries ⇒ Array<Types::GroupSummary>
Summary information for list of groups that are mapped to users before a given ordering or timestamp identifier.
-
#next_token ⇒ String
If the response is truncated, Amazon Kendra returns this token that you can use in the subsequent request to retrieve the next set of groups that are mapped to users before a given ordering or timestamp identifier.
Instance Attribute Details
#groups_summaries ⇒ Array<Types::GroupSummary>
Summary information for list of groups that are mapped to users before a given ordering or timestamp identifier.
7315 7316 7317 7318 7319 7320 |
# File 'lib/aws-sdk-kendra/types.rb', line 7315 class ListGroupsOlderThanOrderingIdResponse < Struct.new( :groups_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If the response is truncated, Amazon Kendra returns this token that you can use in the subsequent request to retrieve the next set of groups that are mapped to users before a given ordering or timestamp identifier.
7315 7316 7317 7318 7319 7320 |
# File 'lib/aws-sdk-kendra/types.rb', line 7315 class ListGroupsOlderThanOrderingIdResponse < Struct.new( :groups_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |