Class: Aws::Kendra::Types::DeleteAccessControlConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::DeleteAccessControlConfigurationRequest
- 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 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.
3235 3236 3237 3238 3239 3240 |
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 3235 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.
3235 3236 3237 3238 3239 3240 |
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 3235 class DeleteAccessControlConfigurationRequest < Struct.new( :index_id, :id) SENSITIVE = [] include Aws::Structure end |