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
show all
Defined in:
(unknown)

Overview

Summary information for a Amazon Kendra data source. Returned in a call to .

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The UNIX datetime that the data source was created.

Returns:

  • (Time)

    The UNIX datetime that the data source was created.

#idString

The unique identifier for the data source.

Returns:

  • (String)

    The unique identifier for the data source.

#nameString

The name of the data source.

Returns:

  • (String)

    The name of the data source.

#statusString

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

Returns:

  • (String)

    The status of the data source.

#typeString

The type of the data source.

Possible values:

  • S3
  • SHAREPOINT
  • DATABASE
  • SALESFORCE
  • ONEDRIVE
  • SERVICENOW
  • CUSTOM
  • CONFLUENCE

Returns:

  • (String)

    The type of the data source.

#updated_atTime

The UNIX datetime that the data source was lasted updated.

Returns:

  • (Time)

    The UNIX datetime that the data source was lasted updated.