Class: Aws::Types::GetGlossaryTermResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetGlossaryTermResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#glossary_id ⇒ ::String
Returns the value of attribute glossary_id.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#long_description ⇒ ::String
Returns the value of attribute long_description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#short_description ⇒ ::String
Returns the value of attribute short_description.
Instance Attribute Details
#glossary_id ⇒ ::String
Returns the value of attribute glossary_id.
3674 3675 3676 |
# File 'sig/types.rbs', line 3674 def glossary_id @glossary_id end |
#id ⇒ ::String
Returns the value of attribute id.
3673 3674 3675 |
# File 'sig/types.rbs', line 3673 def id @id end |
#long_description ⇒ ::String
Returns the value of attribute long_description.
3677 3678 3679 |
# File 'sig/types.rbs', line 3677 def long_description @long_description end |
#name ⇒ ::String
Returns the value of attribute name.
3675 3676 3677 |
# File 'sig/types.rbs', line 3675 def name @name end |
#short_description ⇒ ::String
Returns the value of attribute short_description.
3676 3677 3678 |
# File 'sig/types.rbs', line 3676 def short_description @short_description end |