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)


2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 2940

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)


2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 2940

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)


2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 2940

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)


2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 2940

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)


2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 2940

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)


2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 2940

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)


2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 2940

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