Class: Aws::PartnerCentralSelling::Types::EngagementCustomerProjectDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralSelling::Types::EngagementCustomerProjectDetails
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-partnercentralselling/types.rb
Overview
Provides comprehensive details about a customer project associated with an Engagement. This may include information such as project goals, timelines, and specific customer requirements.
Constant Summary collapse
- SENSITIVE =
[:business_problem]
Instance Attribute Summary collapse
-
#business_problem ⇒ String
A description of the business problem the project aims to solve.
-
#target_completion_date ⇒ String
The target completion date for the customer’s project.
-
#title ⇒ String
The title of the project.
Instance Attribute Details
#business_problem ⇒ String
A description of the business problem the project aims to solve.
1369 1370 1371 1372 1373 1374 1375 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 1369 class EngagementCustomerProjectDetails < Struct.new( :business_problem, :target_completion_date, :title) SENSITIVE = [:business_problem] include Aws::Structure end |
#target_completion_date ⇒ String
The target completion date for the customer’s project.
1369 1370 1371 1372 1373 1374 1375 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 1369 class EngagementCustomerProjectDetails < Struct.new( :business_problem, :target_completion_date, :title) SENSITIVE = [:business_problem] include Aws::Structure end |
#title ⇒ String
The title of the project.
1369 1370 1371 1372 1373 1374 1375 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 1369 class EngagementCustomerProjectDetails < Struct.new( :business_problem, :target_completion_date, :title) SENSITIVE = [:business_problem] include Aws::Structure end |