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.
3663 3664 3665 |
# File 'sig/types.rbs', line 3663 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
3661 3662 3663 |
# File 'sig/types.rbs', line 3661 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
3662 3663 3664 |
# File 'sig/types.rbs', line 3662 def name @name end |