Class: Aws::BedrockAgent::Types::DataSourceConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::DataSourceConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagent/types.rb
Overview
Specifies a raw data source location to ingest.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#s3_configuration ⇒ Types::S3DataSourceConfiguration
Configures an S3 data source location.
-
#type ⇒ String
The type of the data source location.
Instance Attribute Details
#s3_configuration ⇒ Types::S3DataSourceConfiguration
Configures an S3 data source location.
1141 1142 1143 1144 1145 1146 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1141 class DataSourceConfiguration < Struct.new( :type, :s3_configuration) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of the data source location.
1141 1142 1143 1144 1145 1146 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1141 class DataSourceConfiguration < Struct.new( :type, :s3_configuration) SENSITIVE = [] include Aws::Structure end |