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 one or more thesauruses.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The Unix datetime that 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 datetime that the thesaurus was last updated.
Instance Attribute Details
#created_at ⇒ Time
The Unix datetime that the thesaurus was created.
6152 6153 6154 6155 6156 6157 6158 6159 6160 |
# File 'lib/aws-sdk-kendra/types.rb', line 6152 class ThesaurusSummary < Struct.new( :id, :name, :status, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The identifier of the thesaurus.
6152 6153 6154 6155 6156 6157 6158 6159 6160 |
# File 'lib/aws-sdk-kendra/types.rb', line 6152 class ThesaurusSummary < Struct.new( :id, :name, :status, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the thesaurus.
6152 6153 6154 6155 6156 6157 6158 6159 6160 |
# File 'lib/aws-sdk-kendra/types.rb', line 6152 class ThesaurusSummary < Struct.new( :id, :name, :status, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the thesaurus.
6152 6153 6154 6155 6156 6157 6158 6159 6160 |
# File 'lib/aws-sdk-kendra/types.rb', line 6152 class ThesaurusSummary < Struct.new( :id, :name, :status, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The Unix datetime that the thesaurus was last updated.
6152 6153 6154 6155 6156 6157 6158 6159 6160 |
# File 'lib/aws-sdk-kendra/types.rb', line 6152 class ThesaurusSummary < Struct.new( :id, :name, :status, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |