Class: Aws::Types::GetGlossaryTermOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetGlossaryTermOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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
#created_at ⇒ ::Time
Returns the value of attribute created_at.
2923 2924 2925 |
# File 'sig/types.rbs', line 2923 def created_at @created_at end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
2924 2925 2926 |
# File 'sig/types.rbs', line 2924 def created_by @created_by end |
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
2915 2916 2917 |
# File 'sig/types.rbs', line 2915 def domain_id @domain_id end |
#glossary_id ⇒ ::String
Returns the value of attribute glossary_id.
2916 2917 2918 |
# File 'sig/types.rbs', line 2916 def glossary_id @glossary_id end |
#id ⇒ ::String
Returns the value of attribute id.
2917 2918 2919 |
# File 'sig/types.rbs', line 2917 def id @id end |
#long_description ⇒ ::String
Returns the value of attribute long_description.
2920 2921 2922 |
# File 'sig/types.rbs', line 2920 def long_description @long_description end |
#name ⇒ ::String
Returns the value of attribute name.
2918 2919 2920 |
# File 'sig/types.rbs', line 2918 def name @name end |
#short_description ⇒ ::String
Returns the value of attribute short_description.
2919 2920 2921 |
# File 'sig/types.rbs', line 2919 def short_description @short_description end |
#status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute status.
2922 2923 2924 |
# File 'sig/types.rbs', line 2922 def status @status end |
#term_relations ⇒ Types::TermRelations
Returns the value of attribute term_relations.
2921 2922 2923 |
# File 'sig/types.rbs', line 2921 def term_relations @term_relations end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
2925 2926 2927 |
# File 'sig/types.rbs', line 2925 def updated_at @updated_at end |
#updated_by ⇒ ::String
Returns the value of attribute updated_by.
2926 2927 2928 |
# File 'sig/types.rbs', line 2926 def updated_by @updated_by end |
#usage_restrictions ⇒ ::Array[("ASSET_GOVERNED_TERMS")]
Returns the value of attribute usage_restrictions.
2927 2928 2929 |
# File 'sig/types.rbs', line 2927 def usage_restrictions @usage_restrictions end |