Class: Aws::Glue::Types::GlossaryTermItem

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-glue/types.rb

Overview

A summary of a glossary term.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The unique identifier of the glossary term.

Returns:

  • (String)


17263
17264
17265
17266
17267
17268
17269
# File 'lib/aws-sdk-glue/types.rb', line 17263

class GlossaryTermItem < Struct.new(
  :id,
  :name,
  :short_description)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the glossary term.

Returns:

  • (String)


17263
17264
17265
17266
17267
17268
17269
# File 'lib/aws-sdk-glue/types.rb', line 17263

class GlossaryTermItem < Struct.new(
  :id,
  :name,
  :short_description)
  SENSITIVE = []
  include Aws::Structure
end

#short_descriptionString

The short description of the glossary term.

Returns:

  • (String)


17263
17264
17265
17266
17267
17268
17269
# File 'lib/aws-sdk-glue/types.rb', line 17263

class GlossaryTermItem < Struct.new(
  :id,
  :name,
  :short_description)
  SENSITIVE = []
  include Aws::Structure
end