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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrockagent/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.



1442
1443
1444
1445
1446
1447
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 1442

class DataSourceConfiguration < Struct.new(
  :s3_configuration,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of storage for the data source.

Returns:

  • (String)


1442
1443
1444
1445
1446
1447
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 1442

class DataSourceConfiguration < Struct.new(
  :s3_configuration,
  :type)
  SENSITIVE = []
  include Aws::Structure
end