Class: Aws::BedrockAgent::Types::GetDataSourceResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::BedrockAgent::Types::GetDataSourceResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-bedrockagent/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #data_source  ⇒ Types::DataSource 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Contains the information of a data source.
 
Instance Attribute Details
#data_source ⇒ Types::DataSource
Contains the information of a data source.
      1666 1667 1668 1669 1670  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 1666 class GetDataSourceResponse < Struct.new( :data_source) SENSITIVE = [] include Aws::Structure end  |