Class: Aws::PartnerCentralSelling::Types::ProjectView
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralSelling::Types::ProjectView
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-partnercentralselling/types.rb
Overview
Provides the project view of an opportunity resource shared through a snapshot.
Constant Summary collapse
- SENSITIVE =
[:other_solution_description]
Instance Attribute Summary collapse
-
#customer_use_case ⇒ String
Specifies the proposed solution focus or type of workload for the project.
-
#delivery_models ⇒ Array<String>
Describes the deployment or consumption model for the partner solution or offering.
-
#expected_customer_spend ⇒ Array<Types::ExpectedCustomerSpend>
Provides information about the anticipated customer spend related to this project.
-
#other_solution_description ⇒ String
Offers a description of other solutions if the standard solutions do not adequately cover the project’s scope.
-
#sales_activities ⇒ Array<String>
Lists the pre-sales activities that have occurred with the end-customer related to the opportunity.
Instance Attribute Details
#customer_use_case ⇒ String
Specifies the proposed solution focus or type of workload for the project.
4467 4468 4469 4470 4471 4472 4473 4474 4475 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 4467 class ProjectView < Struct.new( :customer_use_case, :delivery_models, :expected_customer_spend, :other_solution_description, :sales_activities) SENSITIVE = [:other_solution_description] include Aws::Structure end |
#delivery_models ⇒ Array<String>
Describes the deployment or consumption model for the partner solution or offering. This field indicates how the project’s solution will be delivered or implemented for the customer.
4467 4468 4469 4470 4471 4472 4473 4474 4475 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 4467 class ProjectView < Struct.new( :customer_use_case, :delivery_models, :expected_customer_spend, :other_solution_description, :sales_activities) SENSITIVE = [:other_solution_description] include Aws::Structure end |
#expected_customer_spend ⇒ Array<Types::ExpectedCustomerSpend>
Provides information about the anticipated customer spend related to this project. This may include details such as amount, frequency, and currency of expected expenditure.
4467 4468 4469 4470 4471 4472 4473 4474 4475 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 4467 class ProjectView < Struct.new( :customer_use_case, :delivery_models, :expected_customer_spend, :other_solution_description, :sales_activities) SENSITIVE = [:other_solution_description] include Aws::Structure end |
#other_solution_description ⇒ String
Offers a description of other solutions if the standard solutions do not adequately cover the project’s scope.
4467 4468 4469 4470 4471 4472 4473 4474 4475 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 4467 class ProjectView < Struct.new( :customer_use_case, :delivery_models, :expected_customer_spend, :other_solution_description, :sales_activities) SENSITIVE = [:other_solution_description] include Aws::Structure end |
#sales_activities ⇒ Array<String>
Lists the pre-sales activities that have occurred with the end-customer related to the opportunity. This field is conditionally mandatory when the project is qualified for Co-Sell and helps drive assignment priority on the AWS side. It provides insight into the engagement level with the customer.
4467 4468 4469 4470 4471 4472 4473 4474 4475 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 4467 class ProjectView < Struct.new( :customer_use_case, :delivery_models, :expected_customer_spend, :other_solution_description, :sales_activities) SENSITIVE = [:other_solution_description] include Aws::Structure end |