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