Class: Aws::ConnectWisdomService::Types::ExternalSourceConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#configurationTypes::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

#sourceString

The type of the external data source.

Returns:

  • (String)


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