Class: Aws::PartnerCentralSelling::Types::ProjectDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralSelling::Types::ProjectDetails
- Defined in:
- gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb
Overview
Contains details about the project associated with the Engagement Invitation, including the business problem and expected outcomes.
Constant Summary collapse
- SENSITIVE =
[:business_problem]
Instance Attribute Summary collapse
-
#business_problem ⇒ String
Describes the business problem that the project aims to solve.
-
#expected_customer_spend ⇒ Array<Types::ExpectedCustomerSpend>
Contains revenue estimates for the partner related to the project.
-
#target_completion_date ⇒ String
Specifies the estimated date of project completion.
-
#title ⇒ String
Specifies the title of the project.
Instance Attribute Details
#business_problem ⇒ String
Describes the business problem that the project aims to solve. This information is crucial for understanding the project’s goals and objectives.
4398 4399 4400 4401 4402 4403 4404 4405 |
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 4398 class ProjectDetails < Struct.new( :business_problem, :expected_customer_spend, :target_completion_date, :title) SENSITIVE = [:business_problem] include Aws::Structure end |
#expected_customer_spend ⇒ Array<Types::ExpectedCustomerSpend>
Contains revenue estimates for the partner related to the project. This field provides an idea of the financial potential of the opportunity for the partner.
4398 4399 4400 4401 4402 4403 4404 4405 |
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 4398 class ProjectDetails < Struct.new( :business_problem, :expected_customer_spend, :target_completion_date, :title) SENSITIVE = [:business_problem] include Aws::Structure end |
#target_completion_date ⇒ String
Specifies the estimated date of project completion. This field helps track the project timeline and manage expectations.
4398 4399 4400 4401 4402 4403 4404 4405 |
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 4398 class ProjectDetails < Struct.new( :business_problem, :expected_customer_spend, :target_completion_date, :title) SENSITIVE = [:business_problem] include Aws::Structure end |
#title ⇒ String
Specifies the title of the project. This title helps partners quickly identify and understand the focus of the project.
4398 4399 4400 4401 4402 4403 4404 4405 |
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 4398 class ProjectDetails < Struct.new( :business_problem, :expected_customer_spend, :target_completion_date, :title) SENSITIVE = [:business_problem] include Aws::Structure end |