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.
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 |
#name ⇒ String
The name of the glossary term.
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_description ⇒ String
The short description of the glossary term.
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 |