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.
3075 3076 3077 3078 3079 3080 3081 3082 3083 3084 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 3075 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.
3075 3076 3077 3078 3079 3080 3081 3082 3083 3084 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 3075 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.
3075 3076 3077 3078 3079 3080 3081 3082 3083 3084 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 3075 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.
3075 3076 3077 3078 3079 3080 3081 3082 3083 3084 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 3075 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.
3075 3076 3077 3078 3079 3080 3081 3082 3083 3084 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 3075 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.
3075 3076 3077 3078 3079 3080 3081 3082 3083 3084 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 3075 class DataSourceSummary < Struct.new( :data_source_id, :description, :knowledge_base_id, :name, :status, :updated_at) SENSITIVE = [] include Aws::Structure end |