Class: Aws::Kendra::Types::DescribeAccessControlConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::DescribeAccessControlConfigurationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kendra/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The identifier of the access control configuration you want to get information on.
-
#index_id ⇒ String
The identifier of the index for an access control configuration.
Instance Attribute Details
#id ⇒ String
The identifier of the access control configuration you want to get information on.
3377 3378 3379 3380 3381 3382 |
# File 'lib/aws-sdk-kendra/types.rb', line 3377 class DescribeAccessControlConfigurationRequest < Struct.new( :index_id, :id) SENSITIVE = [] include Aws::Structure end |
#index_id ⇒ String
The identifier of the index for an access control configuration.
3377 3378 3379 3380 3381 3382 |
# File 'lib/aws-sdk-kendra/types.rb', line 3377 class DescribeAccessControlConfigurationRequest < Struct.new( :index_id, :id) SENSITIVE = [] include Aws::Structure end |