Class: Aws::PartnerCentralSelling::Types::AwsOpportunityInsights
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralSelling::Types::AwsOpportunityInsights
- Defined in:
- gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb
Overview
Contains insights provided by AWS for the opportunity, offering recommendations and analysis that can help the partner optimize their engagement and strategy.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aws_products_spend_insights_by_source ⇒ Types::AwsProductsSpendInsightsBySource
Source-separated spend insights that provide independent analysis for AWS predictions and partner estimates.
-
#engagement_score ⇒ String
Represents a score assigned by AWS to indicate the level of engagement and potential success for the opportunity.
-
#next_best_actions ⇒ String
Provides recommendations from AWS on the next best actions to take in order to move the opportunity forward and increase the likelihood of success.
Instance Attribute Details
#aws_products_spend_insights_by_source ⇒ Types::AwsProductsSpendInsightsBySource
Source-separated spend insights that provide independent analysis for AWS predictions and partner estimates
449 450 451 452 453 454 455 |
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 449 class AwsOpportunityInsights < Struct.new( :next_best_actions, :engagement_score, :aws_products_spend_insights_by_source) SENSITIVE = [] include Aws::Structure end |
#engagement_score ⇒ String
Represents a score assigned by AWS to indicate the level of engagement and potential success for the opportunity. This score helps partners prioritize their efforts.
449 450 451 452 453 454 455 |
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 449 class AwsOpportunityInsights < Struct.new( :next_best_actions, :engagement_score, :aws_products_spend_insights_by_source) SENSITIVE = [] include Aws::Structure end |
#next_best_actions ⇒ String
Provides recommendations from AWS on the next best actions to take in order to move the opportunity forward and increase the likelihood of success.
449 450 451 452 453 454 455 |
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 449 class AwsOpportunityInsights < Struct.new( :next_best_actions, :engagement_score, :aws_products_spend_insights_by_source) SENSITIVE = [] include Aws::Structure end |