Class: Aws::BedrockAgent::Types::DataSourceSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::DataSourceSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagent/types.rb
Overview
Summary information of a data source.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_source_id ⇒ String
Identifier for a resource.
-
#description ⇒ String
Description of the Resource.
-
#knowledge_base_id ⇒ String
Identifier for a resource.
-
#name ⇒ String
Name for a resource.
-
#status ⇒ String
The status of a data source.
-
#updated_at ⇒ Time
Time Stamp.
Instance Attribute Details
#data_source_id ⇒ String
Identifier for a resource.
1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1176 class DataSourceSummary < Struct.new( :knowledge_base_id, :data_source_id, :name, :status, :description, :updated_at) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
Description of the Resource.
1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1176 class DataSourceSummary < Struct.new( :knowledge_base_id, :data_source_id, :name, :status, :description, :updated_at) SENSITIVE = [] include Aws::Structure end |
#knowledge_base_id ⇒ String
Identifier for a resource.
1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1176 class DataSourceSummary < Struct.new( :knowledge_base_id, :data_source_id, :name, :status, :description, :updated_at) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Name for a resource.
1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1176 class DataSourceSummary < Struct.new( :knowledge_base_id, :data_source_id, :name, :status, :description, :updated_at) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of a data source.
1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1176 class DataSourceSummary < Struct.new( :knowledge_base_id, :data_source_id, :name, :status, :description, :updated_at) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
Time Stamp.
1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1176 class DataSourceSummary < Struct.new( :knowledge_base_id, :data_source_id, :name, :status, :description, :updated_at) SENSITIVE = [] include Aws::Structure end |