Class: Aws::Types::GlossaryItem
- Inherits:
-
Object
- Object
- Aws::Types::GlossaryItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
4403 4404 4405 |
# File 'sig/types.rbs', line 4403 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
4401 4402 4403 |
# File 'sig/types.rbs', line 4401 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
4402 4403 4404 |
# File 'sig/types.rbs', line 4402 def name @name end |