Class: Aws::Types::ProjectSummary
- Inherits:
-
Object
- Object
- Aws::Types::ProjectSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#project_arn ⇒ ::String
Returns the value of attribute project_arn.
-
#project_description ⇒ ::String
Returns the value of attribute project_description.
-
#project_id ⇒ ::String
Returns the value of attribute project_id.
-
#project_name ⇒ ::String
Returns the value of attribute project_name.
-
#project_status ⇒ "Pending", ...
Returns the value of attribute project_status.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
10238 10239 10240 |
# File 'sig/types.rbs', line 10238 def creation_time @creation_time end |
#project_arn ⇒ ::String
Returns the value of attribute project_arn.
10236 10237 10238 |
# File 'sig/types.rbs', line 10236 def project_arn @project_arn end |
#project_description ⇒ ::String
Returns the value of attribute project_description.
10235 10236 10237 |
# File 'sig/types.rbs', line 10235 def project_description @project_description end |
#project_id ⇒ ::String
Returns the value of attribute project_id.
10237 10238 10239 |
# File 'sig/types.rbs', line 10237 def project_id @project_id end |
#project_name ⇒ ::String
Returns the value of attribute project_name.
10234 10235 10236 |
# File 'sig/types.rbs', line 10234 def project_name @project_name end |
#project_status ⇒ "Pending", ...
Returns the value of attribute project_status.
10239 10240 10241 |
# File 'sig/types.rbs', line 10239 def project_status @project_status end |