Class: Aws::BedrockAgent::Types::DataSourceSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::DataSourceSummary
- 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
-
#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.
2544 2545 2546 2547 2548 2549 2550 2551 2552 2553 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 2544 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.
2544 2545 2546 2547 2548 2549 2550 2551 2552 2553 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 2544 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.
2544 2545 2546 2547 2548 2549 2550 2551 2552 2553 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 2544 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.
2544 2545 2546 2547 2548 2549 2550 2551 2552 2553 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 2544 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.
2544 2545 2546 2547 2548 2549 2550 2551 2552 2553 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 2544 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.
2544 2545 2546 2547 2548 2549 2550 2551 2552 2553 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 2544 class DataSourceSummary < Struct.new( :data_source_id, :description, :knowledge_base_id, :name, :status, :updated_at) SENSITIVE = [] include Aws::Structure end |