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 an Amazon Kendra data source. Returned in a
call to the DescribeDataSource
API.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The UNIX datetime that the data source was created.
-
#id ⇒ String
The unique 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 datetime that the data source was lasted updated.
Instance Attribute Details
#created_at ⇒ Time
The UNIX datetime that the data source was created.
4316 4317 4318 4319 4320 4321 4322 4323 4324 4325 4326 |
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 4316 class DataSourceSummary < Struct.new( :name, :id, :type, :created_at, :updated_at, :status, :language_code) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique identifier for the data source.
4316 4317 4318 4319 4320 4321 4322 4323 4324 4325 4326 |
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 4316 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.
4316 4317 4318 4319 4320 4321 4322 4323 4324 4325 4326 |
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 4316 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.
4316 4317 4318 4319 4320 4321 4322 4323 4324 4325 4326 |
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 4316 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.
4316 4317 4318 4319 4320 4321 4322 4323 4324 4325 4326 |
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 4316 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.
4316 4317 4318 4319 4320 4321 4322 4323 4324 4325 4326 |
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 4316 class DataSourceSummary < Struct.new( :name, :id, :type, :created_at, :updated_at, :status, :language_code) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The UNIX datetime that the data source was lasted updated.
4316 4317 4318 4319 4320 4321 4322 4323 4324 4325 4326 |
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 4316 class DataSourceSummary < Struct.new( :name, :id, :type, :created_at, :updated_at, :status, :language_code) SENSITIVE = [] include Aws::Structure end |