Class: Aws::Kendra::Types::ListEntityPersonasResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::ListEntityPersonasResponse
- Defined in:
- gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
If the response is truncated, Amazon Kendra returns this token, which you can use in a later request to retrieve the next set of users or groups.
-
#summary_items ⇒ Array<Types::PersonasSummary>
An array of summary information for one or more users or groups.
Instance Attribute Details
#next_token ⇒ String
If the response is truncated, Amazon Kendra returns this token, which you can use in a later request to retrieve the next set of users or groups.
7043 7044 7045 7046 7047 7048 |
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 7043 class ListEntityPersonasResponse < Struct.new( :summary_items, :next_token) SENSITIVE = [] include Aws::Structure end |
#summary_items ⇒ Array<Types::PersonasSummary>
An array of summary information for one or more users or groups.
7043 7044 7045 7046 7047 7048 |
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 7043 class ListEntityPersonasResponse < Struct.new( :summary_items, :next_token) SENSITIVE = [] include Aws::Structure end |