Class: Aws::Kendra::Types::ListAccessControlConfigurationsResponse

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

#access_control_configurationsArray<Types::AccessControlConfigurationSummary>

The details of your access control configurations.



6885
6886
6887
6888
6889
6890
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 6885

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

#next_tokenString

If the response is truncated, Amazon Kendra returns this token, which you can use in the subsequent request to retrieve the next set of access control configurations.

Returns:

  • (String)


6885
6886
6887
6888
6889
6890
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 6885

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