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.
1425 1426 1427 1428 1429 1430 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1425 class DataSourceConfiguration < Struct.new( :s3_configuration, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of storage for the data source.
1425 1426 1427 1428 1429 1430 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1425 class DataSourceConfiguration < Struct.new( :s3_configuration, :type) SENSITIVE = [] include Aws::Structure end |