Class: Aws::Types::UpdateGlossaryTermResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateGlossaryTermResponse
- 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.
8088 8089 8090 |
# File 'sig/types.rbs', line 8088 def glossary_id @glossary_id end |
#id ⇒ ::String
Returns the value of attribute id.
8087 8088 8089 |
# File 'sig/types.rbs', line 8087 def id @id end |
#long_description ⇒ ::String
Returns the value of attribute long_description.
8091 8092 8093 |
# File 'sig/types.rbs', line 8091 def long_description @long_description end |
#name ⇒ ::String
Returns the value of attribute name.
8089 8090 8091 |
# File 'sig/types.rbs', line 8089 def name @name end |
#short_description ⇒ ::String
Returns the value of attribute short_description.
8090 8091 8092 |
# File 'sig/types.rbs', line 8090 def short_description @short_description end |