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 details about the data source.
Instance Attribute Details
#data_source ⇒ Types::DataSource
Contains details about the data source.
4134 4135 4136 4137 4138 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 4134 class UpdateDataSourceResponse < Struct.new( :data_source) SENSITIVE = [] include Aws::Structure end |