Class: Aws::BedrockAgent::Types::GetDataSourceResponse

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:



3693
3694
3695
3696
3697
# File 'lib/aws-sdk-bedrockagent/types.rb', line 3693

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