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 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Identifier for a resource.
 - 
  
    
      #knowledge_base_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Identifier for a resource.
 - 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The status of a data source.
 
Instance Attribute Details
#data_source_id ⇒ String
Identifier for a resource.
      1385 1386 1387 1388 1389 1390 1391  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 1385 class DeleteDataSourceResponse < Struct.new( :knowledge_base_id, :data_source_id, :status) SENSITIVE = [] include Aws::Structure end  | 
  
#knowledge_base_id ⇒ String
Identifier for a resource.
      1385 1386 1387 1388 1389 1390 1391  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 1385 class DeleteDataSourceResponse < Struct.new( :knowledge_base_id, :data_source_id, :status) SENSITIVE = [] include Aws::Structure end  | 
  
#status ⇒ String
The status of a data source.
      1385 1386 1387 1388 1389 1390 1391  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 1385 class DeleteDataSourceResponse < Struct.new( :knowledge_base_id, :data_source_id, :status) SENSITIVE = [] include Aws::Structure end  |