Class: Aws::Types::GlossaryTermItem
- Inherits:
-
Object
- Object
- Aws::Types::GlossaryTermItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#short_description ⇒ ::String
Returns the value of attribute short_description.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
4389 4390 4391 |
# File 'sig/types.rbs', line 4389 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
4390 4391 4392 |
# File 'sig/types.rbs', line 4390 def name @name end |
#short_description ⇒ ::String
Returns the value of attribute short_description.
4391 4392 4393 |
# File 'sig/types.rbs', line 4391 def short_description @short_description end |