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.
8035 8036 8037 |
# File 'sig/types.rbs', line 8035 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
8033 8034 8035 |
# File 'sig/types.rbs', line 8033 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
8034 8035 8036 |
# File 'sig/types.rbs', line 8034 def name @name end |