Class: Aws::Types::CreateGlossaryResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateGlossaryResponse
- 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.
1503 1504 1505 |
# File 'sig/types.rbs', line 1503 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
1501 1502 1503 |
# File 'sig/types.rbs', line 1501 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
1502 1503 1504 |
# File 'sig/types.rbs', line 1502 def name @name end |