Class: Aws::BedrockAgent::Types::DataSourceConfiguration
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::BedrockAgent::Types::DataSourceConfiguration
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-bedrockagent/types.rb
 
Overview
Contains details about how a data source is stored.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #s3_configuration  ⇒ Types::S3DataSourceConfiguration 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Contains details about the configuration of the S3 object containing the data source.
 - 
  
    
      #type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The type of storage for the data source.
 
Instance Attribute Details
#s3_configuration ⇒ Types::S3DataSourceConfiguration
Contains details about the configuration of the S3 object containing the data source.
      1469 1470 1471 1472 1473 1474  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 1469 class DataSourceConfiguration < Struct.new( :s3_configuration, :type) SENSITIVE = [] include Aws::Structure end  | 
  
#type ⇒ String
The type of storage for the data source.
      1469 1470 1471 1472 1473 1474  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 1469 class DataSourceConfiguration < Struct.new( :s3_configuration, :type) SENSITIVE = [] include Aws::Structure end  |