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.
4408 4409 4410 |
# File 'sig/types.rbs', line 4408 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
4409 4410 4411 |
# File 'sig/types.rbs', line 4409 def name @name end |
#short_description ⇒ ::String
Returns the value of attribute short_description.
4410 4411 4412 |
# File 'sig/types.rbs', line 4410 def short_description @short_description end |