Class: Aws::BedrockAgent::Types::UpdateDataSourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::UpdateDataSourceResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagent/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_source ⇒ Types::DataSource
Contains the information of a data source.
Instance Attribute Details
#data_source ⇒ Types::DataSource
Contains the information of a data source.
3266 3267 3268 3269 3270 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 3266 class UpdateDataSourceResponse < Struct.new( :data_source) SENSITIVE = [] include Aws::Structure end |