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.
4384 4385 4386 |
# File 'sig/types.rbs', line 4384 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
4382 4383 4384 |
# File 'sig/types.rbs', line 4382 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
4383 4384 4385 |
# File 'sig/types.rbs', line 4383 def name @name end |