Class: Aws::Kendra::Types::DeleteAccessControlConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::DeleteAccessControlConfigurationRequest
- 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 delete.
-
#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 delete.
3202 3203 3204 3205 3206 3207 |
# File 'lib/aws-sdk-kendra/types.rb', line 3202 class DeleteAccessControlConfigurationRequest < Struct.new( :index_id, :id) SENSITIVE = [] include Aws::Structure end |
#index_id ⇒ String
The identifier of the index for an access control configuration.
3202 3203 3204 3205 3206 3207 |
# File 'lib/aws-sdk-kendra/types.rb', line 3202 class DeleteAccessControlConfigurationRequest < Struct.new( :index_id, :id) SENSITIVE = [] include Aws::Structure end |