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.
8018 8019 8020 |
# File 'sig/types.rbs', line 8018 def glossary_id @glossary_id end |
#id ⇒ ::String
Returns the value of attribute id.
8017 8018 8019 |
# File 'sig/types.rbs', line 8017 def id @id end |
#long_description ⇒ ::String
Returns the value of attribute long_description.
8021 8022 8023 |
# File 'sig/types.rbs', line 8021 def long_description @long_description end |
#name ⇒ ::String
Returns the value of attribute name.
8019 8020 8021 |
# File 'sig/types.rbs', line 8019 def name @name end |
#short_description ⇒ ::String
Returns the value of attribute short_description.
8020 8021 8022 |
# File 'sig/types.rbs', line 8020 def short_description @short_description end |