Class: Aws::Kendra::Types::ListGroupsOlderThanOrderingIdResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#groups_summariesArray<Types::GroupSummary>

Summary information for list of groups that are mapped to users before a given ordering or timestamp identifier.

Returns:



7282
7283
7284
7285
7286
7287
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 7282

class ListGroupsOlderThanOrderingIdResponse < Struct.new(
  :groups_summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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.

Returns:

  • (String)


7282
7283
7284
7285
7286
7287
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 7282

class ListGroupsOlderThanOrderingIdResponse < Struct.new(
  :groups_summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end