Class: Aws::PartnerCentralSelling::Types::AwsOpportunityProject
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralSelling::Types::AwsOpportunityProject
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-partnercentralselling/types.rb
Overview
Captures details about the project associated with the opportunity, including objectives, scope, and customer requirements.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#expected_customer_spend ⇒ Array<Types::ExpectedCustomerSpend>
Indicates the expected spending by the customer over the course of the project.
Instance Attribute Details
#expected_customer_spend ⇒ Array<Types::ExpectedCustomerSpend>
Indicates the expected spending by the customer over the course of the project. This value helps partners and AWS estimate the financial impact of the opportunity. Use the [AWS Pricing Calculator] to create an estimate of the customer’s total spend. If only annual recurring revenue (ARR) is available, distribute it across 12 months to provide an average monthly value.
[1]: calculator.aws/#/
503 504 505 506 507 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 503 class AwsOpportunityProject < Struct.new( :expected_customer_spend) SENSITIVE = [] include Aws::Structure end |