Class: Aws::Kendra::Types::ListAccessControlConfigurationsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::ListAccessControlConfigurationsRequest
- Defined in:
- gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#index_id ⇒ String
The identifier of the index for the access control configuration.
-
#max_results ⇒ Integer
The maximum number of access control configurations to return.
-
#next_token ⇒ String
If the previous response was incomplete (because there's more data to retrieve), Amazon Kendra returns a pagination token in the response.
Instance Attribute Details
#index_id ⇒ String
The identifier of the index for the access control configuration.
6898 6899 6900 6901 6902 6903 6904 |
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 6898 class ListAccessControlConfigurationsRequest < Struct.new( :index_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of access control configurations to return.
6898 6899 6900 6901 6902 6903 6904 |
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 6898 class ListAccessControlConfigurationsRequest < Struct.new( :index_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If the previous response was incomplete (because there's 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 access control configurations.
6898 6899 6900 6901 6902 6903 6904 |
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 6898 class ListAccessControlConfigurationsRequest < Struct.new( :index_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |