Class: Aws::Types::CreateGlossaryOutput
- Inherits:
-
Object
- Object
- Aws::Types::CreateGlossaryOutput
- 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.
1300 1301 1302 |
# File 'sig/types.rbs', line 1300 def description @description end |
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
1296 1297 1298 |
# File 'sig/types.rbs', line 1296 def domain_id @domain_id end |
#id ⇒ ::String
Returns the value of attribute id.
1297 1298 1299 |
# File 'sig/types.rbs', line 1297 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
1298 1299 1300 |
# File 'sig/types.rbs', line 1298 def name @name end |
#owning_project_id ⇒ ::String
Returns the value of attribute owning_project_id.
1299 1300 1301 |
# File 'sig/types.rbs', line 1299 def owning_project_id @owning_project_id end |
#status ⇒ "DISABLED", "ENABLED"
Returns the value of attribute status.
1301 1302 1303 |
# File 'sig/types.rbs', line 1301 def status @status end |
#usage_restrictions ⇒ ::Array[("ASSET_GOVERNED_TERMS")]
Returns the value of attribute usage_restrictions.
1302 1303 1304 |
# File 'sig/types.rbs', line 1302 def usage_restrictions @usage_restrictions end |