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)


16967
16968
16969
16970
16971
16972
16973
# File 'lib/aws-sdk-glue/types.rb', line 16967

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

#nameString

The name of the glossary term.

Returns:

  • (String)


16967
16968
16969
16970
16971
16972
16973
# File 'lib/aws-sdk-glue/types.rb', line 16967

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

#short_descriptionString

The short description of the glossary term.

Returns:

  • (String)


16967
16968
16969
16970
16971
16972
16973
# File 'lib/aws-sdk-glue/types.rb', line 16967

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