Class: Aws::PartnerCentralSelling::Types::EngagementCustomerProjectDetails

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

Instance Attribute Details

#business_problemString

A description of the business problem the project aims to solve.

Returns:

  • (String)


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_dateString

The target completion date for the customer’s project.

Returns:

  • (String)


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

#titleString

The title of the project.

Returns:

  • (String)


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