You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Kendra::Types::DataSourceSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::DataSourceSummary
- Defined in:
- (unknown)
Overview
Summary information for a Amazon Kendra data source. Returned in a call to .
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.
-
#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.
#id ⇒ String
The unique identifier for the data source.
#name ⇒ String
The name of the data source.
#status ⇒ String
The status of the data source. When the status is ATIVE
the data
source is ready to use.
Possible values:
- CREATING
- DELETING
- FAILED
- UPDATING
- ACTIVE
#type ⇒ String
The type of the data source.
Possible values:
- S3
- SHAREPOINT
- DATABASE
- SALESFORCE
- ONEDRIVE
- SERVICENOW
- CUSTOM
- CONFLUENCE
#updated_at ⇒ Time
The UNIX datetime that the data source was lasted updated.