Class: Aws::Glue::Types::GlossaryItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::GlossaryItem
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
A summary of a business glossary.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
The description of the glossary.
-
#id ⇒ String
The unique identifier of the glossary.
-
#name ⇒ String
The name of the glossary.
Instance Attribute Details
#description ⇒ String
The description of the glossary.
17239 17240 17241 17242 17243 17244 17245 |
# File 'lib/aws-sdk-glue/types.rb', line 17239 class GlossaryItem < Struct.new( :id, :name, :description) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique identifier of the glossary.
17239 17240 17241 17242 17243 17244 17245 |
# File 'lib/aws-sdk-glue/types.rb', line 17239 class GlossaryItem < Struct.new( :id, :name, :description) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the glossary.
17239 17240 17241 17242 17243 17244 17245 |
# File 'lib/aws-sdk-glue/types.rb', line 17239 class GlossaryItem < Struct.new( :id, :name, :description) SENSITIVE = [] include Aws::Structure end |