Class: Aws::Types::CreateProjectOutput
- Inherits:
-
Object
- Object
- Aws::Types::CreateProjectOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#project_arn ⇒ ::String
Returns the value of attribute project_arn.
-
#project_id ⇒ ::String
Returns the value of attribute project_id.
Instance Attribute Details
#project_arn ⇒ ::String
Returns the value of attribute project_arn.
2829 2830 2831 |
# File 'sig/types.rbs', line 2829 def project_arn @project_arn end |
#project_id ⇒ ::String
Returns the value of attribute project_id.
2830 2831 2832 |
# File 'sig/types.rbs', line 2830 def project_id @project_id end |