Class: Aws::Kendra::Types::IndexConfigurationSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::IndexConfigurationSummary
- Defined in:
- gems/aws-sdk-kendra/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.
6549 6550 6551 6552 6553 6554 6555 6556 6557 6558 |
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 6549 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.
6549 6550 6551 6552 6553 6554 6555 6556 6557 6558 |
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 6549 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.
6549 6550 6551 6552 6553 6554 6555 6556 6557 6558 |
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 6549 class IndexConfigurationSummary < Struct.new( :name, :id, :edition, :created_at, :updated_at, :status) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the index.
6549 6550 6551 6552 6553 6554 6555 6556 6557 6558 |
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 6549 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.
6549 6550 6551 6552 6553 6554 6555 6556 6557 6558 |
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 6549 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.
6549 6550 6551 6552 6553 6554 6555 6556 6557 6558 |
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 6549 class IndexConfigurationSummary < Struct.new( :name, :id, :edition, :created_at, :updated_at, :status) SENSITIVE = [] include Aws::Structure end |