Class: Aws::BedrockAgent::Types::DeleteDataSourceResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_source_idString

The unique identifier of the data source that was deleted.

Returns:

  • (String)


1676
1677
1678
1679
1680
1681
1682
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 1676

class DeleteDataSourceResponse < Struct.new(
  :data_source_id,
  :knowledge_base_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#knowledge_base_idString

The unique identifier of the knowledge base to which the data source that was deleted belonged.

Returns:

  • (String)


1676
1677
1678
1679
1680
1681
1682
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 1676

class DeleteDataSourceResponse < Struct.new(
  :data_source_id,
  :knowledge_base_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the data source.

Returns:

  • (String)


1676
1677
1678
1679
1680
1681
1682
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 1676

class DeleteDataSourceResponse < Struct.new(
  :data_source_id,
  :knowledge_base_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end