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

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

Instance Attribute Details

#configurationTypes::Configuration

The configuration information of the external data source.



1438
1439
1440
1441
1442
1443
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 1438

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

#sourceString

The type of the external data source.

Returns:

  • (String)


1438
1439
1440
1441
1442
1443
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 1438

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