Class: Aws::BedrockAgent::Types::UpdateDataSourceResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::BedrockAgent::Types::UpdateDataSourceResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-bedrockagent/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #data_source  ⇒ Types::DataSource 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Contains details about the data source.
 
Instance Attribute Details
#data_source ⇒ Types::DataSource
Contains details about the data source.
      7438 7439 7440 7441 7442  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 7438 class UpdateDataSourceResponse < Struct.new( :data_source) SENSITIVE = [] include Aws::Structure end  |