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.
1859 1860 1861 1862 1863 |
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 1859 class CreateAccessControlConfigurationResponse < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |