Class: Aws::Types::CustomerProjectsContext
- Inherits:
-
Object
- Object
- Aws::Types::CustomerProjectsContext
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#customer ⇒ Types::EngagementCustomer
Returns the value of attribute customer.
-
#project ⇒ Types::EngagementCustomerProjectDetails
Returns the value of attribute project.
Instance Attribute Details
#customer ⇒ Types::EngagementCustomer
Returns the value of attribute customer.
323 324 325 |
# File 'sig/types.rbs', line 323 def customer @customer end |
#project ⇒ Types::EngagementCustomerProjectDetails
Returns the value of attribute project.
324 325 326 |
# File 'sig/types.rbs', line 324 def project @project end |