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.
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 |
#id ⇒ String
The identifier for the data source.
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_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.
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 |
#name ⇒ String
The name of the data source.
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 |
#status ⇒ String
The status of the data source. When the status is ACTIVE
the data
source is ready to use.
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 |
#type ⇒ String
The type of the data source.
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_at ⇒ Time
The Unix timestamp when the data source connector was last updated.
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 |