Class: Aws::Types::GetGlossaryOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetGlossaryOutput
- 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.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#owning_project_id ⇒ ::String
Returns the value of attribute owning_project_id.
-
#status ⇒ "DISABLED", "ENABLED"
Returns the value of attribute status.
-
#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.
2900 2901 2902 |
# File 'sig/types.rbs', line 2900 def created_at @created_at end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
2901 2902 2903 |
# File 'sig/types.rbs', line 2901 def created_by @created_by end |
#description ⇒ ::String
Returns the value of attribute description.
2898 2899 2900 |
# File 'sig/types.rbs', line 2898 def description @description end |
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
2894 2895 2896 |
# File 'sig/types.rbs', line 2894 def domain_id @domain_id end |
#id ⇒ ::String
Returns the value of attribute id.
2895 2896 2897 |
# File 'sig/types.rbs', line 2895 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
2897 2898 2899 |
# File 'sig/types.rbs', line 2897 def name @name end |
#owning_project_id ⇒ ::String
Returns the value of attribute owning_project_id.
2896 2897 2898 |
# File 'sig/types.rbs', line 2896 def owning_project_id @owning_project_id end |
#status ⇒ "DISABLED", "ENABLED"
Returns the value of attribute status.
2899 2900 2901 |
# File 'sig/types.rbs', line 2899 def status @status end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
2902 2903 2904 |
# File 'sig/types.rbs', line 2902 def updated_at @updated_at end |
#updated_by ⇒ ::String
Returns the value of attribute updated_by.
2903 2904 2905 |
# File 'sig/types.rbs', line 2903 def updated_by @updated_by end |
#usage_restrictions ⇒ ::Array[("ASSET_GOVERNED_TERMS")]
Returns the value of attribute usage_restrictions.
2904 2905 2906 |
# File 'sig/types.rbs', line 2904 def usage_restrictions @usage_restrictions end |