Class: Aws::Types::ProjectProfileSummary
- Inherits:
-
Object
- Object
- Aws::Types::ProjectProfileSummary
- 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.
-
#domain_unit_id ⇒ ::String
Returns the value of attribute domain_unit_id.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute status.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
4979 4980 4981 |
# File 'sig/types.rbs', line 4979 def created_at @created_at end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
4978 4979 4980 |
# File 'sig/types.rbs', line 4978 def created_by @created_by end |
#description ⇒ ::String
Returns the value of attribute description.
4976 4977 4978 |
# File 'sig/types.rbs', line 4976 def description @description end |
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
4973 4974 4975 |
# File 'sig/types.rbs', line 4973 def domain_id @domain_id end |
#domain_unit_id ⇒ ::String
Returns the value of attribute domain_unit_id.
4981 4982 4983 |
# File 'sig/types.rbs', line 4981 def domain_unit_id @domain_unit_id end |
#id ⇒ ::String
Returns the value of attribute id.
4974 4975 4976 |
# File 'sig/types.rbs', line 4974 def id @id end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
4980 4981 4982 |
# File 'sig/types.rbs', line 4980 def last_updated_at @last_updated_at end |
#name ⇒ ::String
Returns the value of attribute name.
4975 4976 4977 |
# File 'sig/types.rbs', line 4975 def name @name end |
#status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute status.
4977 4978 4979 |
# File 'sig/types.rbs', line 4977 def status @status end |