You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Kendra::Types::FaqSummary

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Provides information about a frequently asked questions and answer contained in an index.

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The UNIX datetime that the FAQ was added to the index.

Returns:

  • (Time)

    The UNIX datetime that the FAQ was added to the index.

#file_formatString

The file type used to create the FAQ.

Possible values:

  • CSV
  • CSV_WITH_HEADER
  • JSON

Returns:

  • (String)

    The file type used to create the FAQ.

#idString

The unique identifier of the FAQ.

Returns:

  • (String)

    The unique identifier of the FAQ.

#nameString

The name that you assigned the FAQ when you created or updated the FAQ.

Returns:

  • (String)

    The name that you assigned the FAQ when you created or updated the FAQ.

#statusString

The current status of the FAQ. When the status is ACTIVE the FAQ is ready for use.

Possible values:

  • CREATING
  • UPDATING
  • ACTIVE
  • DELETING
  • FAILED

Returns:

  • (String)

    The current status of the FAQ.

#updated_atTime

The UNIX datetime that the FAQ was last updated.

Returns:

  • (Time)

    The UNIX datetime that the FAQ was last updated.