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.
3693 3694 3695 |
# File 'sig/types.rbs', line 3693 def glossary_id @glossary_id end |
#id ⇒ ::String
Returns the value of attribute id.
3692 3693 3694 |
# File 'sig/types.rbs', line 3692 def id @id end |
#long_description ⇒ ::String
Returns the value of attribute long_description.
3696 3697 3698 |
# File 'sig/types.rbs', line 3696 def long_description @long_description end |
#name ⇒ ::String
Returns the value of attribute name.
3694 3695 3696 |
# File 'sig/types.rbs', line 3694 def name @name end |
#short_description ⇒ ::String
Returns the value of attribute short_description.
3695 3696 3697 |
# File 'sig/types.rbs', line 3695 def short_description @short_description end |