Class: Aws::Types::ProjectDetails
- Inherits:
-
Object
- Object
- Aws::Types::ProjectDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#business_problem ⇒ ::String
Returns the value of attribute business_problem.
-
#expected_customer_spend ⇒ ::Array[Types::ExpectedCustomerSpend]
Returns the value of attribute expected_customer_spend.
-
#target_completion_date ⇒ ::String
Returns the value of attribute target_completion_date.
-
#title ⇒ ::String
Returns the value of attribute title.
Instance Attribute Details
#business_problem ⇒ ::String
Returns the value of attribute business_problem.
1160 1161 1162 |
# File 'sig/types.rbs', line 1160 def business_problem @business_problem end |
#expected_customer_spend ⇒ ::Array[Types::ExpectedCustomerSpend]
Returns the value of attribute expected_customer_spend.
1163 1164 1165 |
# File 'sig/types.rbs', line 1163 def expected_customer_spend @expected_customer_spend end |
#target_completion_date ⇒ ::String
Returns the value of attribute target_completion_date.
1162 1163 1164 |
# File 'sig/types.rbs', line 1162 def target_completion_date @target_completion_date end |
#title ⇒ ::String
Returns the value of attribute title.
1161 1162 1163 |
# File 'sig/types.rbs', line 1161 def title @title end |