Class: Aws::BedrockAgent::Types::DataSourceSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::DataSourceSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagent/types.rb
Overview
Contains details about a data source.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_source_id ⇒ String
The unique identifier of the data source.
-
#description ⇒ String
The description of the data source.
-
#knowledge_base_id ⇒ String
The unique identifier of the knowledge base to which the data source belongs.
-
#name ⇒ String
The name of the data source.
-
#status ⇒ String
The status of the data source.
-
#updated_at ⇒ Time
The time at which the data source was last updated.
Instance Attribute Details
#data_source_id ⇒ String
The unique identifier of the data source.
2400 2401 2402 2403 2404 2405 2406 2407 2408 2409 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2400 class DataSourceSummary < Struct.new( :data_source_id, :description, :knowledge_base_id, :name, :status, :updated_at) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the data source.
2400 2401 2402 2403 2404 2405 2406 2407 2408 2409 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2400 class DataSourceSummary < Struct.new( :data_source_id, :description, :knowledge_base_id, :name, :status, :updated_at) SENSITIVE = [] include Aws::Structure end |
#knowledge_base_id ⇒ String
The unique identifier of the knowledge base to which the data source belongs.
2400 2401 2402 2403 2404 2405 2406 2407 2408 2409 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2400 class DataSourceSummary < Struct.new( :data_source_id, :description, :knowledge_base_id, :name, :status, :updated_at) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the data source.
2400 2401 2402 2403 2404 2405 2406 2407 2408 2409 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2400 class DataSourceSummary < Struct.new( :data_source_id, :description, :knowledge_base_id, :name, :status, :updated_at) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the data source.
2400 2401 2402 2403 2404 2405 2406 2407 2408 2409 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2400 class DataSourceSummary < Struct.new( :data_source_id, :description, :knowledge_base_id, :name, :status, :updated_at) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The time at which the data source was last updated.
2400 2401 2402 2403 2404 2405 2406 2407 2408 2409 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2400 class DataSourceSummary < Struct.new( :data_source_id, :description, :knowledge_base_id, :name, :status, :updated_at) SENSITIVE = [] include Aws::Structure end |