Class: Aws::Types::EngagementCustomerProjectDetails
- Inherits:
-
Object
- Object
- Aws::Types::EngagementCustomerProjectDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#business_problem ⇒ ::String
Returns the value of attribute business_problem.
-
#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.
381 382 383 |
# File 'sig/types.rbs', line 381 def business_problem @business_problem end |
#target_completion_date ⇒ ::String
Returns the value of attribute target_completion_date.
382 383 384 |
# File 'sig/types.rbs', line 382 def target_completion_date @target_completion_date end |
#title ⇒ ::String
Returns the value of attribute title.
380 381 382 |
# File 'sig/types.rbs', line 380 def title @title end |