Method: Aws::Kendra::Types::AccessControlListConfiguration#key_path

Defined in:
lib/aws-sdk-kendra/types.rb

#key_pathString

Path to the Amazon S3 bucket that contains the ACL files.

Returns:

  • (String)


41
42
43
44
45
# File 'lib/aws-sdk-kendra/types.rb', line 41

class AccessControlListConfiguration < Struct.new(
  :key_path)
  SENSITIVE = []
  include Aws::Structure
end