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.
| 4374 4375 4376 4377 4378 4379 | # File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 4374 class ExternalSourceConfiguration < Struct.new( :source, :configuration) SENSITIVE = [] include Aws::Structure end | 
#source ⇒ String
The type of the external data source.
| 4374 4375 4376 4377 4378 4379 | # File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 4374 class ExternalSourceConfiguration < Struct.new( :source, :configuration) SENSITIVE = [] include Aws::Structure end |