Class: Aws::Types::ProjectSummary
- Inherits:
-
Object
- Object
- Aws::Types::ProjectSummary
- 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.
-
#failure_reasons ⇒ ::Array[Types::ProjectDeletionError]
Returns the value of attribute failure_reasons.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#project_category ⇒ ::String
Returns the value of attribute project_category.
-
#project_status ⇒ "ACTIVE", ...
Returns the value of attribute project_status.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
4993 4994 4995 |
# File 'sig/types.rbs', line 4993 def created_at @created_at end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
4992 4993 4994 |
# File 'sig/types.rbs', line 4992 def created_by @created_by end |
#description ⇒ ::String
Returns the value of attribute description.
4989 4990 4991 |
# File 'sig/types.rbs', line 4989 def description @description end |
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
4986 4987 4988 |
# File 'sig/types.rbs', line 4986 def domain_id @domain_id end |
#domain_unit_id ⇒ ::String
Returns the value of attribute domain_unit_id.
4995 4996 4997 |
# File 'sig/types.rbs', line 4995 def domain_unit_id @domain_unit_id end |
#failure_reasons ⇒ ::Array[Types::ProjectDeletionError]
Returns the value of attribute failure_reasons.
4991 4992 4993 |
# File 'sig/types.rbs', line 4991 def failure_reasons @failure_reasons end |
#id ⇒ ::String
Returns the value of attribute id.
4987 4988 4989 |
# File 'sig/types.rbs', line 4987 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
4988 4989 4990 |
# File 'sig/types.rbs', line 4988 def name @name end |
#project_category ⇒ ::String
Returns the value of attribute project_category.
4996 4997 4998 |
# File 'sig/types.rbs', line 4996 def project_category @project_category end |
#project_status ⇒ "ACTIVE", ...
Returns the value of attribute project_status.
4990 4991 4992 |
# File 'sig/types.rbs', line 4990 def project_status @project_status end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
4994 4995 4996 |
# File 'sig/types.rbs', line 4994 def updated_at @updated_at end |