Class: Aws::Kendra::Types::DeleteDataSourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::DeleteDataSourceRequest
- 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 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.
3223 3224 3225 3226 3227 3228 |
# File 'lib/aws-sdk-kendra/types.rb', line 3223 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.
3223 3224 3225 3226 3227 3228 |
# File 'lib/aws-sdk-kendra/types.rb', line 3223 class DeleteDataSourceRequest < Struct.new( :id, :index_id) SENSITIVE = [] include Aws::Structure end |