Class: Aws::Kendra::Types::CreateAccessControlConfigurationResponse

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

#idString

The identifier of the access control configuration for your documents in an index.

Returns:

  • (String)


1932
1933
1934
1935
1936
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 1932

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