Class: Aws::Kendra::Types::IndexConfigurationSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::IndexConfigurationSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kendra/types.rb
Overview
Summary information on the configuration of an index.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The Unix timestamp when the index was created.
-
#edition ⇒ String
Indicates whether the index is a Enterprise Edition index or a Developer Edition index.
-
#id ⇒ String
A identifier for the index.
-
#name ⇒ String
The name of the index.
-
#status ⇒ String
The current status of the index.
-
#updated_at ⇒ Time
The Unix timestamp when the index was last updated.
Instance Attribute Details
#created_at ⇒ Time
The Unix timestamp when the index was created.
6516 6517 6518 6519 6520 6521 6522 6523 6524 6525 |
# File 'lib/aws-sdk-kendra/types.rb', line 6516 class IndexConfigurationSummary < Struct.new( :name, :id, :edition, :created_at, :updated_at, :status) SENSITIVE = [] include Aws::Structure end |
#edition ⇒ String
Indicates whether the index is a Enterprise Edition index or a Developer Edition index.
6516 6517 6518 6519 6520 6521 6522 6523 6524 6525 |
# File 'lib/aws-sdk-kendra/types.rb', line 6516 class IndexConfigurationSummary < Struct.new( :name, :id, :edition, :created_at, :updated_at, :status) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
A identifier for the index. Use this to identify the index when you are using APIs such as ‘Query`, `DescribeIndex`, `UpdateIndex`, and `DeleteIndex`.
6516 6517 6518 6519 6520 6521 6522 6523 6524 6525 |
# File 'lib/aws-sdk-kendra/types.rb', line 6516 class IndexConfigurationSummary < Struct.new( :name, :id, :edition, :created_at, :updated_at, :status) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the index.
6516 6517 6518 6519 6520 6521 6522 6523 6524 6525 |
# File 'lib/aws-sdk-kendra/types.rb', line 6516 class IndexConfigurationSummary < Struct.new( :name, :id, :edition, :created_at, :updated_at, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the index. When the status is ‘ACTIVE`, the index is ready to search.
6516 6517 6518 6519 6520 6521 6522 6523 6524 6525 |
# File 'lib/aws-sdk-kendra/types.rb', line 6516 class IndexConfigurationSummary < Struct.new( :name, :id, :edition, :created_at, :updated_at, :status) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The Unix timestamp when the index was last updated.
6516 6517 6518 6519 6520 6521 6522 6523 6524 6525 |
# File 'lib/aws-sdk-kendra/types.rb', line 6516 class IndexConfigurationSummary < Struct.new( :name, :id, :edition, :created_at, :updated_at, :status) SENSITIVE = [] include Aws::Structure end |