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 the information of a data source.

Returns:



1666
1667
1668
1669
1670
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1666

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