Class: Aws::Types::DetailedGlossaryTerm
- Inherits:
-
Object
- Object
- Aws::Types::DetailedGlossaryTerm
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#short_description ⇒ ::String
Returns the value of attribute short_description.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
2124 2125 2126 |
# File 'sig/types.rbs', line 2124 def name @name end |
#short_description ⇒ ::String
Returns the value of attribute short_description.
2125 2126 2127 |
# File 'sig/types.rbs', line 2125 def short_description @short_description end |