Class: Aws::PartnerCentralSelling::Types::AwsOpportunityProject
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralSelling::Types::AwsOpportunityProject
- Defined in:
- gems/aws-sdk-partnercentralselling/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
-
#aws_partition ⇒ String
AWS partition where the opportunity will be deployed.
-
#expected_customer_spend ⇒ Array<Types::ExpectedCustomerSpend>
Indicates the expected spending by the customer over the course of the project.
Instance Attribute Details
#aws_partition ⇒ String
AWS partition where the opportunity will be deployed. Possible
values: 'aws-eusc' for AWS European Sovereign Cloud, null for
all other partitions
528 529 530 531 532 533 |
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 528 class AwsOpportunityProject < Struct.new( :expected_customer_spend, :aws_partition) SENSITIVE = [] include Aws::Structure end |
#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.
528 529 530 531 532 533 |
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 528 class AwsOpportunityProject < Struct.new( :expected_customer_spend, :aws_partition) SENSITIVE = [] include Aws::Structure end |