Class: Aws::BedrockAgent::Types::GetDataSourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::GetDataSourceResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagent/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_source ⇒ Types::DataSource
Contains details about the data source.
Instance Attribute Details
#data_source ⇒ Types::DataSource
Contains details about the data source.
2015 2016 2017 2018 2019 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2015 class GetDataSourceResponse < Struct.new( :data_source) SENSITIVE = [] include Aws::Structure end |