Class: Aws::Kendra::Types::DataSourceSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::DataSourceSummary
- 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
-
#created_at ⇒ Time
The Unix timestamp when the data source connector was created.
-
#id ⇒ String
The identifier for the data source.
-
#language_code ⇒ String
The code for a language.
-
#name ⇒ String
The name of the data source.
-
#status ⇒ String
The status of the data source.
-
#type ⇒ String
The type of the data source.
-
#updated_at ⇒ Time
The Unix timestamp when the data source connector was last updated.
Instance Attribute Details
#created_at ⇒ Time
The Unix timestamp when the data source connector was created.
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 |
#id ⇒ String
The identifier for the data source.
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_code ⇒ String
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.
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 |
#name ⇒ String
The name of the data source.
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 |
#status ⇒ String
The status of the data source. When the status is ACTIVE
the data
source is ready to use.
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 |
#type ⇒ String
The type of the data source.
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_at ⇒ Time
The Unix timestamp when the data source connector was last updated.
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 |