Class: Aws::Types::CreateProjectResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateProjectResponse
- 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.
1110 1111 1112 |
# File 'sig/types.rbs', line 1110 def project_arn @project_arn end |
#project_id ⇒ ::String
Returns the value of attribute project_id.
1109 1110 1111 |
# File 'sig/types.rbs', line 1109 def project_id @project_id end |