Class: Aws::PartnerCentralSelling::Types::AwsOpportunityInsights
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralSelling::Types::AwsOpportunityInsights
- Includes:
- Structure
- Defined in:
- 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 recommendations 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.
-
#opportunity_quality ⇒ Types::OpportunityQuality
Opportunity quality assessment.
-
#recommendations ⇒ Array<Types::Recommendation>
List of recommendations from various agent-driven sources.
Instance Attribute Details
#aws_products_spend_insights_by_source ⇒ Types::AwsProductsSpendInsightsBySource
Source-separated spend insights that provide independent analysis for AWS recommendations and partner estimates.
457 458 459 460 461 462 463 464 465 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 457 class AwsOpportunityInsights < Struct.new( :next_best_actions, :engagement_score, :aws_products_spend_insights_by_source, :opportunity_quality, :recommendations) 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.
457 458 459 460 461 462 463 464 465 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 457 class AwsOpportunityInsights < Struct.new( :next_best_actions, :engagement_score, :aws_products_spend_insights_by_source, :opportunity_quality, :recommendations) 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.
457 458 459 460 461 462 463 464 465 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 457 class AwsOpportunityInsights < Struct.new( :next_best_actions, :engagement_score, :aws_products_spend_insights_by_source, :opportunity_quality, :recommendations) SENSITIVE = [] include Aws::Structure end |
#opportunity_quality ⇒ Types::OpportunityQuality
Opportunity quality assessment. Null if not yet scored.
457 458 459 460 461 462 463 464 465 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 457 class AwsOpportunityInsights < Struct.new( :next_best_actions, :engagement_score, :aws_products_spend_insights_by_source, :opportunity_quality, :recommendations) SENSITIVE = [] include Aws::Structure end |
#recommendations ⇒ Array<Types::Recommendation>
List of recommendations from various agent-driven sources.
457 458 459 460 461 462 463 464 465 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 457 class AwsOpportunityInsights < Struct.new( :next_best_actions, :engagement_score, :aws_products_spend_insights_by_source, :opportunity_quality, :recommendations) SENSITIVE = [] include Aws::Structure end |