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.
17457 17458 17459 17460 17461 17462 17463 |
# File 'lib/aws-sdk-glue/types.rb', line 17457 class GlossaryTermItem < Struct.new( :id, :name, :short_description) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the glossary term.
17457 17458 17459 17460 17461 17462 17463 |
# File 'lib/aws-sdk-glue/types.rb', line 17457 class GlossaryTermItem < Struct.new( :id, :name, :short_description) SENSITIVE = [] include Aws::Structure end |
#short_description ⇒ String
The short description of the glossary term.
17457 17458 17459 17460 17461 17462 17463 |
# File 'lib/aws-sdk-glue/types.rb', line 17457 class GlossaryTermItem < Struct.new( :id, :name, :short_description) SENSITIVE = [] include Aws::Structure end |