Class: Aws::Kendra::Types::DeleteDataSourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::DeleteDataSourceRequest
- 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 data source connector you want to delete.
-
#index_id ⇒ String
The identifier of the index used with the data source connector.
Instance Attribute Details
#id ⇒ String
The identifier of the data source connector you want to delete.
3256 3257 3258 3259 3260 3261 |
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 3256 class DeleteDataSourceRequest < Struct.new( :id, :index_id) SENSITIVE = [] include Aws::Structure end |
#index_id ⇒ String
The identifier of the index used with the data source connector.
3256 3257 3258 3259 3260 3261 |
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 3256 class DeleteDataSourceRequest < Struct.new( :id, :index_id) SENSITIVE = [] include Aws::Structure end |