class Aws::Kendra::Types::IndexConfigurationSummary

A summary of information about an index.

@!attribute [rw] name

The name of the index.
@return [String]

@!attribute [rw] id

A unique identifier for the index. Use this to identify the index
when you are using operations such as `Query`, `DescribeIndex`,
`UpdateIndex`, and `DeleteIndex`.
@return [String]

@!attribute [rw] edition

Indicates whether the index is a enterprise edition index or a
developer edition index.
@return [String]

@!attribute [rw] created_at

The Unix timestamp when the index was created.
@return [Time]

@!attribute [rw] updated_at

The Unix timestamp when the index was last updated by the
`UpdateIndex` operation.
@return [Time]

@!attribute [rw] status

The current status of the index. When the status is `ACTIVE`, the
index is ready to search.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/IndexConfigurationSummary AWS API Documentation

Constants

SENSITIVE