Class: Aws::Types::UpdateGlossaryTermOutput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateGlossaryTermOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
-
#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.
-
#status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute status.
-
#term_relations ⇒ Types::TermRelations
Returns the value of attribute term_relations.
-
#usage_restrictions ⇒ ::Array[("ASSET_GOVERNED_TERMS")]
Returns the value of attribute usage_restrictions.
Instance Attribute Details
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
6670 6671 6672 |
# File 'sig/types.rbs', line 6670 def domain_id @domain_id end |
#glossary_id ⇒ ::String
Returns the value of attribute glossary_id.
6671 6672 6673 |
# File 'sig/types.rbs', line 6671 def glossary_id @glossary_id end |
#id ⇒ ::String
Returns the value of attribute id.
6669 6670 6671 |
# File 'sig/types.rbs', line 6669 def id @id end |
#long_description ⇒ ::String
Returns the value of attribute long_description.
6675 6676 6677 |
# File 'sig/types.rbs', line 6675 def long_description @long_description end |
#name ⇒ ::String
Returns the value of attribute name.
6672 6673 6674 |
# File 'sig/types.rbs', line 6672 def name @name end |
#short_description ⇒ ::String
Returns the value of attribute short_description.
6674 6675 6676 |
# File 'sig/types.rbs', line 6674 def short_description @short_description end |
#status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute status.
6673 6674 6675 |
# File 'sig/types.rbs', line 6673 def status @status end |
#term_relations ⇒ Types::TermRelations
Returns the value of attribute term_relations.
6676 6677 6678 |
# File 'sig/types.rbs', line 6676 def term_relations @term_relations end |
#usage_restrictions ⇒ ::Array[("ASSET_GOVERNED_TERMS")]
Returns the value of attribute usage_restrictions.
6677 6678 6679 |
# File 'sig/types.rbs', line 6677 def usage_restrictions @usage_restrictions end |