Class: Aws::QConnect::Types::ExternalSourceConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-qconnect/types.rb

Overview

The configuration information of the external data source.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#configurationTypes::Configuration

The configuration information of the external data source.



4664
4665
4666
4667
4668
4669
# File 'lib/aws-sdk-qconnect/types.rb', line 4664

class ExternalSourceConfiguration < Struct.new(
  :source,
  :configuration)
  SENSITIVE = []
  include Aws::Structure
end

#sourceString

The type of the external data source.

Returns:

  • (String)


4664
4665
4666
4667
4668
4669
# File 'lib/aws-sdk-qconnect/types.rb', line 4664

class ExternalSourceConfiguration < Struct.new(
  :source,
  :configuration)
  SENSITIVE = []
  include Aws::Structure
end