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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


1644
1645
1646
1647
1648
1649
1650
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1644

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)


1644
1645
1646
1647
1648
1649
1650
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1644

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)


1644
1645
1646
1647
1648
1649
1650
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1644

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