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.
3703 3704 3705 |
# File 'sig/types.rbs', line 3703 def glossary_id @glossary_id end |
#id ⇒ ::String
Returns the value of attribute id.
3702 3703 3704 |
# File 'sig/types.rbs', line 3702 def id @id end |
#long_description ⇒ ::String
Returns the value of attribute long_description.
3706 3707 3708 |
# File 'sig/types.rbs', line 3706 def long_description @long_description end |
#name ⇒ ::String
Returns the value of attribute name.
3704 3705 3706 |
# File 'sig/types.rbs', line 3704 def name @name end |
#short_description ⇒ ::String
Returns the value of attribute short_description.
3705 3706 3707 |
# File 'sig/types.rbs', line 3705 def short_description @short_description end |