Class: Aws::Types::UpdateGlossaryOutput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateGlossaryOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#usage_restrictions ⇒ ::Array[("ASSET_GOVERNED_TERMS")]
Returns the value of attribute usage_restrictions.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
6650 6651 6652 |
# File 'sig/types.rbs', line 6650 def description @description end |
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
6646 6647 6648 |
# File 'sig/types.rbs', line 6646 def domain_id @domain_id end |
#id ⇒ ::String
Returns the value of attribute id.
6647 6648 6649 |
# File 'sig/types.rbs', line 6647 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
6648 6649 6650 |
# File 'sig/types.rbs', line 6648 def name @name end |
#owning_project_id ⇒ ::String
Returns the value of attribute owning_project_id.
6649 6650 6651 |
# File 'sig/types.rbs', line 6649 def owning_project_id @owning_project_id end |
#status ⇒ "DISABLED", "ENABLED"
Returns the value of attribute status.
6651 6652 6653 |
# File 'sig/types.rbs', line 6651 def status @status end |
#usage_restrictions ⇒ ::Array[("ASSET_GOVERNED_TERMS")]
Returns the value of attribute usage_restrictions.
6652 6653 6654 |
# File 'sig/types.rbs', line 6652 def usage_restrictions @usage_restrictions end |