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.
4093 4094 4095 4096 4097 4098 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 4093 class ExternalSourceConfiguration < Struct.new( :configuration, :source) SENSITIVE = [] include Aws::Structure end |
#source ⇒ String
The type of the external data source.
4093 4094 4095 4096 4097 4098 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 4093 class ExternalSourceConfiguration < Struct.new( :configuration, :source) SENSITIVE = [] include Aws::Structure end |