Class: Aws::Kendra::Types::ListEntityPersonasRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::ListEntityPersonasRequest
- Defined in:
- gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The identifier of your Amazon Kendra experience.
-
#index_id ⇒ String
The identifier of the index for your Amazon Kendra experience.
-
#max_results ⇒ Integer
The maximum number of returned users or groups.
-
#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.
Instance Attribute Details
#id ⇒ String
The identifier of your Amazon Kendra experience.
6677 6678 6679 6680 6681 6682 6683 6684 |
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 6677 class ListEntityPersonasRequest < Struct.new( :id, :index_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#index_id ⇒ String
The identifier of the index for your Amazon Kendra experience.
6677 6678 6679 6680 6681 6682 6683 6684 |
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 6677 class ListEntityPersonasRequest < Struct.new( :id, :index_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of returned users or groups.
6677 6678 6679 6680 6681 6682 6683 6684 |
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 6677 class ListEntityPersonasRequest < Struct.new( :id, :index_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 users or groups.
6677 6678 6679 6680 6681 6682 6683 6684 |
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 6677 class ListEntityPersonasRequest < Struct.new( :id, :index_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |