Class: Aws::Kendra::Types::DataSourceSummary

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

Overview

Summary information for a Amazon Kendra data source.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The Unix timestamp when the data source connector was created.

Returns:

  • (Time)


2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 2732

class DataSourceSummary < Struct.new(
  :name,
  :id,
  :type,
  :created_at,
  :updated_at,
  :status,
  :language_code)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The identifier for the data source.

Returns:

  • (String)


2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 2732

class DataSourceSummary < Struct.new(
  :name,
  :id,
  :type,
  :created_at,
  :updated_at,
  :status,
  :language_code)
  SENSITIVE = []
  include Aws::Structure
end

#language_codeString

The code for a language. This shows a supported language for all documents in the data source. English is supported by default. For more information on supported languages, including their codes, see Adding documents in languages other than English.

Returns:

  • (String)


2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 2732

class DataSourceSummary < Struct.new(
  :name,
  :id,
  :type,
  :created_at,
  :updated_at,
  :status,
  :language_code)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the data source.

Returns:

  • (String)


2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 2732

class DataSourceSummary < Struct.new(
  :name,
  :id,
  :type,
  :created_at,
  :updated_at,
  :status,
  :language_code)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the data source. When the status is ACTIVE the data source is ready to use.

Returns:

  • (String)


2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 2732

class DataSourceSummary < Struct.new(
  :name,
  :id,
  :type,
  :created_at,
  :updated_at,
  :status,
  :language_code)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of the data source.

Returns:

  • (String)


2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 2732

class DataSourceSummary < Struct.new(
  :name,
  :id,
  :type,
  :created_at,
  :updated_at,
  :status,
  :language_code)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

The Unix timestamp when the data source connector was last updated.

Returns:

  • (Time)


2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 2732

class DataSourceSummary < Struct.new(
  :name,
  :id,
  :type,
  :created_at,
  :updated_at,
  :status,
  :language_code)
  SENSITIVE = []
  include Aws::Structure
end