Class: Aws::Kendra::Types::DataSourceSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::DataSourceSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kendra/types.rb
Overview
Summary information for a Amazon Kendra data source. Returned in a call to .
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.
-
#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.
2422 2423 2424 2425 2426 2427 2428 2429 2430 2431 |
# File 'lib/aws-sdk-kendra/types.rb', line 2422 class DataSourceSummary < Struct.new( :name, :id, :type, :created_at, :updated_at, :status) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique identifier for the data source.
2422 2423 2424 2425 2426 2427 2428 2429 2430 2431 |
# File 'lib/aws-sdk-kendra/types.rb', line 2422 class DataSourceSummary < Struct.new( :name, :id, :type, :created_at, :updated_at, :status) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the data source.
2422 2423 2424 2425 2426 2427 2428 2429 2430 2431 |
# File 'lib/aws-sdk-kendra/types.rb', line 2422 class DataSourceSummary < Struct.new( :name, :id, :type, :created_at, :updated_at, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the data source. When the status is `ATIVE` the data source is ready to use.
2422 2423 2424 2425 2426 2427 2428 2429 2430 2431 |
# File 'lib/aws-sdk-kendra/types.rb', line 2422 class DataSourceSummary < Struct.new( :name, :id, :type, :created_at, :updated_at, :status) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of the data source.
2422 2423 2424 2425 2426 2427 2428 2429 2430 2431 |
# File 'lib/aws-sdk-kendra/types.rb', line 2422 class DataSourceSummary < Struct.new( :name, :id, :type, :created_at, :updated_at, :status) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The UNIX datetime that the data source was lasted updated.
2422 2423 2424 2425 2426 2427 2428 2429 2430 2431 |
# File 'lib/aws-sdk-kendra/types.rb', line 2422 class DataSourceSummary < Struct.new( :name, :id, :type, :created_at, :updated_at, :status) SENSITIVE = [] include Aws::Structure end |