Class: Aws::ConnectWisdomService::Types::ExternalSourceConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectWisdomService::Types::ExternalSourceConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connectwisdomservice/types.rb
Overview
The configuration information of the external data source.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#configuration ⇒ Types::Configuration
The configuration information of the external data source.
-
#source ⇒ String
The type of the external data source.
Instance Attribute Details
#configuration ⇒ Types::Configuration
The configuration information of the external data source.
1290 1291 1292 1293 1294 1295 |
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 1290 class ExternalSourceConfiguration < Struct.new( :configuration, :source) SENSITIVE = [] include Aws::Structure end |
#source ⇒ String
The type of the external data source.
1290 1291 1292 1293 1294 1295 |
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 1290 class ExternalSourceConfiguration < Struct.new( :configuration, :source) SENSITIVE = [] include Aws::Structure end |