Class: Aws::Glue::Types::GlossaryTermItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::GlossaryTermItem
- 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
-
#id ⇒ String
The unique identifier of the glossary term.
-
#name ⇒ String
The name of the glossary term.
-
#short_description ⇒ String
The short description of the glossary term.
Instance Attribute Details
#id ⇒ String
The unique identifier of the glossary term.
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 |
#name ⇒ String
The name of the glossary term.
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_description ⇒ String
The short description of the glossary term.
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 |