Class: Aws::QBusiness::Types::Index
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::Index
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qbusiness/types.rb
Overview
Summary information for your Amazon Q Business index.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The Unix timestamp when the index was created.
-
#display_name ⇒ String
The name of the index.
-
#index_id ⇒ String
The identifier for 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.
4680 4681 4682 4683 4684 4685 4686 4687 4688 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 4680 class Index < Struct.new( :display_name, :index_id, :created_at, :updated_at, :status) SENSITIVE = [] include Aws::Structure end |
#display_name ⇒ String
The name of the index.
4680 4681 4682 4683 4684 4685 4686 4687 4688 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 4680 class Index < Struct.new( :display_name, :index_id, :created_at, :updated_at, :status) SENSITIVE = [] include Aws::Structure end |
#index_id ⇒ String
The identifier for the index.
4680 4681 4682 4683 4684 4685 4686 4687 4688 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 4680 class Index < Struct.new( :display_name, :index_id, :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.
4680 4681 4682 4683 4684 4685 4686 4687 4688 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 4680 class Index < Struct.new( :display_name, :index_id, :created_at, :updated_at, :status) SENSITIVE = [] include Aws::Structure end |