Class: Aws::Kendra::Types::ListAccessControlConfigurationsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#index_idString

The identifier of the index for the access control configuration.

Returns:

  • (String)


6865
6866
6867
6868
6869
6870
6871
# File 'lib/aws-sdk-kendra/types.rb', line 6865

class ListAccessControlConfigurationsRequest < Struct.new(
  :index_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of access control configurations to return.

Returns:

  • (Integer)


6865
6866
6867
6868
6869
6870
6871
# File 'lib/aws-sdk-kendra/types.rb', line 6865

class ListAccessControlConfigurationsRequest < Struct.new(
  :index_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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.

Returns:

  • (String)


6865
6866
6867
6868
6869
6870
6871
# File 'lib/aws-sdk-kendra/types.rb', line 6865

class ListAccessControlConfigurationsRequest < Struct.new(
  :index_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end