Class: Aws::Kendra::Types::DeleteDataSourceRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The identifier of the data source connector you want to delete.

Returns:

  • (String)


3223
3224
3225
3226
3227
3228
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 3223

class DeleteDataSourceRequest < Struct.new(
  :id,
  :index_id)
  SENSITIVE = []
  include Aws::Structure
end

#index_idString

The identifier of the index used with the data source connector.

Returns:

  • (String)


3223
3224
3225
3226
3227
3228
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 3223

class DeleteDataSourceRequest < Struct.new(
  :id,
  :index_id)
  SENSITIVE = []
  include Aws::Structure
end