Class: Aws::QConnect::Types::SourceConfiguration

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

Overview

Note:

SourceConfiguration is a union - when making an API calls you must set exactly one of the members.

Note:

SourceConfiguration is a union - when returned from an API call exactly one value will be set and the returned type will be a subclass of SourceConfiguration corresponding to the set member.

Configuration information about the external data source.

Direct Known Subclasses

AppIntegrations, Unknown

Defined Under Namespace

Classes: AppIntegrations, Unknown

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#app_integrationsTypes::AppIntegrationsConfiguration

Configuration information for Amazon AppIntegrations to automatically ingest content.



3866
3867
3868
3869
3870
3871
3872
3873
3874
3875
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 3866

class SourceConfiguration < Struct.new(
  :app_integrations,
  :unknown)
  SENSITIVE = []
  include Aws::Structure
  include Aws::Structure::Union

  class AppIntegrations < SourceConfiguration; end
  class Unknown < SourceConfiguration; end
end

#unknownObject

Returns the value of attribute unknown

Returns:

  • (Object)

    the current value of unknown



3866
3867
3868
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 3866

def unknown
  @unknown
end