Class: Aws::DataZone::Types::DetailedGlossaryTerm
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::DetailedGlossaryTerm
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
Details of a glossary term attached to the inventory asset.
Constant Summary collapse
- SENSITIVE =
[:name, :short_description]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of a glossary term attached to the inventory asset.
-
#short_description ⇒ String
The shoft description of a glossary term attached to the inventory asset.
Instance Attribute Details
#name ⇒ String
The name of a glossary term attached to the inventory asset.
5170 5171 5172 5173 5174 5175 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5170 class DetailedGlossaryTerm < Struct.new( :name, :short_description) SENSITIVE = [:name, :short_description] include Aws::Structure end |
#short_description ⇒ String
The shoft description of a glossary term attached to the inventory asset.
5170 5171 5172 5173 5174 5175 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5170 class DetailedGlossaryTerm < Struct.new( :name, :short_description) SENSITIVE = [:name, :short_description] include Aws::Structure end |