Class: Aws::Types::GlossaryItem
- Inherits:
-
Object
- Object
- Aws::Types::GlossaryItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#additional_attributes ⇒ Types::GlossaryItemAdditionalAttributes
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.
-
#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
#additional_attributes ⇒ Types::GlossaryItemAdditionalAttributes
Returns the value of attribute additional_attributes.
3397 3398 3399 |
# File 'sig/types.rbs', line 3397 def additional_attributes @additional_attributes end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
3393 3394 3395 |
# File 'sig/types.rbs', line 3393 def created_at @created_at end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
3394 3395 3396 |
# File 'sig/types.rbs', line 3394 def created_by @created_by end |
#description ⇒ ::String
Returns the value of attribute description.
3390 3391 3392 |
# File 'sig/types.rbs', line 3390 def description @description end |
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
3386 3387 3388 |
# File 'sig/types.rbs', line 3386 def domain_id @domain_id end |
#id ⇒ ::String
Returns the value of attribute id.
3387 3388 3389 |
# File 'sig/types.rbs', line 3387 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
3388 3389 3390 |
# File 'sig/types.rbs', line 3388 def name @name end |
#owning_project_id ⇒ ::String
Returns the value of attribute owning_project_id.
3389 3390 3391 |
# File 'sig/types.rbs', line 3389 def owning_project_id @owning_project_id end |
#status ⇒ "DISABLED", "ENABLED"
Returns the value of attribute status.
3391 3392 3393 |
# File 'sig/types.rbs', line 3391 def status @status end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
3395 3396 3397 |
# File 'sig/types.rbs', line 3395 def updated_at @updated_at end |
#updated_by ⇒ ::String
Returns the value of attribute updated_by.
3396 3397 3398 |
# File 'sig/types.rbs', line 3396 def updated_by @updated_by end |
#usage_restrictions ⇒ ::Array[("ASSET_GOVERNED_TERMS")]
Returns the value of attribute usage_restrictions.
3392 3393 3394 |
# File 'sig/types.rbs', line 3392 def usage_restrictions @usage_restrictions end |