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.
      2390 2391 2392 2393 2394 2395 2396 2397 2398 2399  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 2390 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.
      2390 2391 2392 2393 2394 2395 2396 2397 2398 2399  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 2390 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.
      2390 2391 2392 2393 2394 2395 2396 2397 2398 2399  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 2390 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.
      2390 2391 2392 2393 2394 2395 2396 2397 2398 2399  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 2390 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.
      2390 2391 2392 2393 2394 2395 2396 2397 2398 2399  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 2390 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.
      2390 2391 2392 2393 2394 2395 2396 2397 2398 2399  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 2390 class DataSourceSummary < Struct.new( :data_source_id, :description, :knowledge_base_id, :name, :status, :updated_at) SENSITIVE = [] include Aws::Structure end  |