Class: Aws::QConnect::Types::ExternalSourceConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::ExternalSourceConfiguration
- Defined in:
- gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/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.
4077 4078 4079 4080 4081 4082 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 4077 class ExternalSourceConfiguration < Struct.new( :configuration, :source) SENSITIVE = [] include Aws::Structure end |
#source ⇒ String
The type of the external data source.
4077 4078 4079 4080 4081 4082 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 4077 class ExternalSourceConfiguration < Struct.new( :configuration, :source) SENSITIVE = [] include Aws::Structure end |