Class: Aws::BedrockAgent::Types::DeleteDataSourceResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::BedrockAgent::Types::DeleteDataSourceResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-bedrockagent/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #data_source_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique identifier of the data source that was deleted.
 - 
  
    
      #knowledge_base_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique identifier of the knowledge base to which the data source that was deleted belonged.
 - 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The status of the data source.
 
Instance Attribute Details
#data_source_id ⇒ String
The unique identifier of the data source that was deleted.
      2598 2599 2600 2601 2602 2603 2604  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 2598 class DeleteDataSourceResponse < Struct.new( :data_source_id, :knowledge_base_id, :status) SENSITIVE = [] include Aws::Structure end  | 
  
#knowledge_base_id ⇒ String
The unique identifier of the knowledge base to which the data source that was deleted belonged.
      2598 2599 2600 2601 2602 2603 2604  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 2598 class DeleteDataSourceResponse < Struct.new( :data_source_id, :knowledge_base_id, :status) SENSITIVE = [] include Aws::Structure end  | 
  
#status ⇒ String
The status of the data source.
      2598 2599 2600 2601 2602 2603 2604  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 2598 class DeleteDataSourceResponse < Struct.new( :data_source_id, :knowledge_base_id, :status) SENSITIVE = [] include Aws::Structure end  |