Class: Aws::PartnerCentralSelling::Types::ProjectDetails

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#business_problemString

Describes the business problem that the project aims to solve. This information is crucial for understanding the project’s goals and objectives.

Returns:

  • (String)


4407
4408
4409
4410
4411
4412
4413
4414
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 4407

class ProjectDetails < Struct.new(
  :business_problem,
  :title,
  :target_completion_date,
  :expected_customer_spend)
  SENSITIVE = [:business_problem]
  include Aws::Structure
end

#expected_customer_spendArray<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.

Returns:



4407
4408
4409
4410
4411
4412
4413
4414
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 4407

class ProjectDetails < Struct.new(
  :business_problem,
  :title,
  :target_completion_date,
  :expected_customer_spend)
  SENSITIVE = [:business_problem]
  include Aws::Structure
end

#target_completion_dateString

Specifies the estimated date of project completion. This field helps track the project timeline and manage expectations.

Returns:

  • (String)


4407
4408
4409
4410
4411
4412
4413
4414
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 4407

class ProjectDetails < Struct.new(
  :business_problem,
  :title,
  :target_completion_date,
  :expected_customer_spend)
  SENSITIVE = [:business_problem]
  include Aws::Structure
end

#titleString

Specifies the title of the project. This title helps partners quickly identify and understand the focus of the project.

Returns:

  • (String)


4407
4408
4409
4410
4411
4412
4413
4414
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 4407

class ProjectDetails < Struct.new(
  :business_problem,
  :title,
  :target_completion_date,
  :expected_customer_spend)
  SENSITIVE = [:business_problem]
  include Aws::Structure
end