Class: Aws::Kendra::Types::ThesaurusSummary

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#created_atTime

The Unix timestamp when the thesaurus was created.

Returns:

  • (Time)


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

#idString

The identifier of the thesaurus.

Returns:

  • (String)


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

#nameString

The name of the thesaurus.

Returns:

  • (String)


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

#statusString

The status of the thesaurus.

Returns:

  • (String)


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_atTime

The Unix timestamp when the thesaurus was last updated.

Returns:

  • (Time)


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