Class: Aws::BedrockAgent::Types::DataSourceSummary

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

Overview

Contains details about a data source.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_source_idString

The unique identifier of the data source.

Returns:

  • (String)


1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 1478

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

#descriptionString

The description of the data source.

Returns:

  • (String)


1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 1478

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

#knowledge_base_idString

The unique identifier of the knowledge base to which the data source belongs.

Returns:

  • (String)


1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 1478

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

#nameString

The name of the data source.

Returns:

  • (String)


1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 1478

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

#statusString

The status of the data source.

Returns:

  • (String)


1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 1478

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

#updated_atTime

The time at which the data source was last updated.

Returns:

  • (Time)


1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 1478

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