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.
16943 16944 16945 16946 16947 16948 16949 |
# File 'lib/aws-sdk-glue/types.rb', line 16943 class GlossaryItem < Struct.new( :id, :name, :description) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique identifier of the glossary.
16943 16944 16945 16946 16947 16948 16949 |
# File 'lib/aws-sdk-glue/types.rb', line 16943 class GlossaryItem < Struct.new( :id, :name, :description) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the glossary.
16943 16944 16945 16946 16947 16948 16949 |
# File 'lib/aws-sdk-glue/types.rb', line 16943 class GlossaryItem < Struct.new( :id, :name, :description) SENSITIVE = [] include Aws::Structure end |