Class: Aws::Kendra::Types::TemplateConfiguration

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

Overview

Provides a template for the configuration information to connect to your data source.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#templateHash, ...

The template schema used for the data source, where templates schemas are supported.

See Data source template schemas.

Returns:

  • (Hash, Array, String, Numeric, Boolean)


10301
10302
10303
10304
10305
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 10301

class TemplateConfiguration < Struct.new(
  :template)
  SENSITIVE = []
  include Aws::Structure
end