Class: Aws::Types::GetGlossaryResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetGlossaryResponse
- 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.
3692 3693 3694 |
# File 'sig/types.rbs', line 3692 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
3690 3691 3692 |
# File 'sig/types.rbs', line 3690 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
3691 3692 3693 |
# File 'sig/types.rbs', line 3691 def name @name end |