Class: Aws::Types::GlossaryTermItem
- Inherits:
-
Object
- Object
- Aws::Types::GlossaryTermItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#additional_attributes ⇒ Types::GlossaryTermItemAdditionalAttributes
Returns the value of attribute additional_attributes.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#created_by ⇒ ::String
Returns the value of attribute created_by.
-
#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.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
-
#updated_by ⇒ ::String
Returns the value of attribute updated_by.
-
#usage_restrictions ⇒ ::Array[("ASSET_GOVERNED_TERMS")]
Returns the value of attribute usage_restrictions.
Instance Attribute Details
#additional_attributes ⇒ Types::GlossaryTermItemAdditionalAttributes
Returns the value of attribute additional_attributes.
3425 3426 3427 |
# File 'sig/types.rbs', line 3425 def additional_attributes @additional_attributes end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
3421 3422 3423 |
# File 'sig/types.rbs', line 3421 def created_at @created_at end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
3422 3423 3424 |
# File 'sig/types.rbs', line 3422 def created_by @created_by end |
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
3412 3413 3414 |
# File 'sig/types.rbs', line 3412 def domain_id @domain_id end |
#glossary_id ⇒ ::String
Returns the value of attribute glossary_id.
3413 3414 3415 |
# File 'sig/types.rbs', line 3413 def glossary_id @glossary_id end |
#id ⇒ ::String
Returns the value of attribute id.
3414 3415 3416 |
# File 'sig/types.rbs', line 3414 def id @id end |
#long_description ⇒ ::String
Returns the value of attribute long_description.
3418 3419 3420 |
# File 'sig/types.rbs', line 3418 def long_description @long_description end |
#name ⇒ ::String
Returns the value of attribute name.
3415 3416 3417 |
# File 'sig/types.rbs', line 3415 def name @name end |
#short_description ⇒ ::String
Returns the value of attribute short_description.
3416 3417 3418 |
# File 'sig/types.rbs', line 3416 def short_description @short_description end |
#status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute status.
3420 3421 3422 |
# File 'sig/types.rbs', line 3420 def status @status end |
#term_relations ⇒ Types::TermRelations
Returns the value of attribute term_relations.
3419 3420 3421 |
# File 'sig/types.rbs', line 3419 def term_relations @term_relations end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
3423 3424 3425 |
# File 'sig/types.rbs', line 3423 def updated_at @updated_at end |
#updated_by ⇒ ::String
Returns the value of attribute updated_by.
3424 3425 3426 |
# File 'sig/types.rbs', line 3424 def updated_by @updated_by end |
#usage_restrictions ⇒ ::Array[("ASSET_GOVERNED_TERMS")]
Returns the value of attribute usage_restrictions.
3417 3418 3419 |
# File 'sig/types.rbs', line 3417 def usage_restrictions @usage_restrictions end |