Class: Aws::BedrockAgent::Types::CreateDataSourceResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-bedrockagent/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_sourceTypes::DataSource

Contains details about the data source.

Returns:



1320
1321
1322
1323
1324
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1320

class CreateDataSourceResponse < Struct.new(
  :data_source)
  SENSITIVE = []
  include Aws::Structure
end