Class: Aws::PartnerCentralSelling::Types::EngagementCustomerProjectDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralSelling::Types::EngagementCustomerProjectDetails
- Defined in:
- gems/aws-sdk-partnercentralselling/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.
1366 1367 1368 1369 1370 1371 1372 |
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 1366 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.
1366 1367 1368 1369 1370 1371 1372 |
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 1366 class EngagementCustomerProjectDetails < Struct.new( :business_problem, :target_completion_date, :title) SENSITIVE = [:business_problem] include Aws::Structure end |
#title ⇒ String
The title of the project.
1366 1367 1368 1369 1370 1371 1372 |
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 1366 class EngagementCustomerProjectDetails < Struct.new( :business_problem, :target_completion_date, :title) SENSITIVE = [:business_problem] include Aws::Structure end |