Class: Aws::BedrockAgent::Types::CreateDataSourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::CreateDataSourceResponse
- 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.
1562 1563 1564 1565 1566 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1562 class CreateDataSourceResponse < Struct.new( :data_source) SENSITIVE = [] include Aws::Structure end |