Class: Aws::Kendra::Types::ThesaurusSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::ThesaurusSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kendra/types.rb
Overview
An array of summary information for a thesaurus or multiple thesauri.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The Unix timestamp when the thesaurus was created.
-
#id ⇒ String
The identifier of the thesaurus.
-
#name ⇒ String
The name of the thesaurus.
-
#status ⇒ String
The status of the thesaurus.
-
#updated_at ⇒ Time
The Unix timestamp when the thesaurus was last updated.
Instance Attribute Details
#created_at ⇒ Time
The Unix timestamp when the thesaurus was created.
10369 10370 10371 10372 10373 10374 10375 10376 10377 |
# File 'lib/aws-sdk-kendra/types.rb', line 10369 class ThesaurusSummary < Struct.new( :id, :name, :status, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The identifier of the thesaurus.
10369 10370 10371 10372 10373 10374 10375 10376 10377 |
# File 'lib/aws-sdk-kendra/types.rb', line 10369 class ThesaurusSummary < Struct.new( :id, :name, :status, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the thesaurus.
10369 10370 10371 10372 10373 10374 10375 10376 10377 |
# File 'lib/aws-sdk-kendra/types.rb', line 10369 class ThesaurusSummary < Struct.new( :id, :name, :status, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the thesaurus.
10369 10370 10371 10372 10373 10374 10375 10376 10377 |
# File 'lib/aws-sdk-kendra/types.rb', line 10369 class ThesaurusSummary < Struct.new( :id, :name, :status, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The Unix timestamp when the thesaurus was last updated.
10369 10370 10371 10372 10373 10374 10375 10376 10377 |
# File 'lib/aws-sdk-kendra/types.rb', line 10369 class ThesaurusSummary < Struct.new( :id, :name, :status, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |