Class: Aws::Kendra::Types::CreateAccessControlConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::CreateAccessControlConfigurationResponse
- Defined in:
- gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The identifier of the access control configuration for your documents in an index.
Instance Attribute Details
#id ⇒ String
The identifier of the access control configuration for your documents in an index.
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 |