Class: Aws::Types::UpdateGlossaryResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateGlossaryResponse
- 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.
8073 8074 8075 |
# File 'sig/types.rbs', line 8073 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
8071 8072 8073 |
# File 'sig/types.rbs', line 8071 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
8072 8073 8074 |
# File 'sig/types.rbs', line 8072 def name @name end |