Class: Aws::Types::UpdateGlossaryTermInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateGlossaryTermInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
-
#glossary_identifier ⇒ ::String
Returns the value of attribute glossary_identifier.
-
#identifier ⇒ ::String
Returns the value of attribute identifier.
-
#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.
-
#status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute status.
-
#term_relations ⇒ Types::TermRelations
Returns the value of attribute term_relations.
Instance Attribute Details
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
6657 6658 6659 |
# File 'sig/types.rbs', line 6657 def domain_identifier @domain_identifier end |
#glossary_identifier ⇒ ::String
Returns the value of attribute glossary_identifier.
6658 6659 6660 |
# File 'sig/types.rbs', line 6658 def glossary_identifier @glossary_identifier end |
#identifier ⇒ ::String
Returns the value of attribute identifier.
6659 6660 6661 |
# File 'sig/types.rbs', line 6659 def identifier @identifier end |
#long_description ⇒ ::String
Returns the value of attribute long_description.
6662 6663 6664 |
# File 'sig/types.rbs', line 6662 def long_description @long_description end |
#name ⇒ ::String
Returns the value of attribute name.
6660 6661 6662 |
# File 'sig/types.rbs', line 6660 def name @name end |
#short_description ⇒ ::String
Returns the value of attribute short_description.
6661 6662 6663 |
# File 'sig/types.rbs', line 6661 def short_description @short_description end |
#status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute status.
6664 6665 6666 |
# File 'sig/types.rbs', line 6664 def status @status end |
#term_relations ⇒ Types::TermRelations
Returns the value of attribute term_relations.
6663 6664 6665 |
# File 'sig/types.rbs', line 6663 def term_relations @term_relations end |