Class: Aws::BedrockAgent::Types::DataSourceConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#s3_configurationTypes::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

#typeString

The type of storage for the data source.

Returns:

  • (String)


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