Class: Aws::PartnerCentralSelling::Types::AwsOpportunityInsights

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#aws_products_spend_insights_by_sourceTypes::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_scoreString

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.

Returns:

  • (String)


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_actionsString

Provides recommendations from AWS on the next best actions to take in order to move the opportunity forward and increase the likelihood of success.

Returns:

  • (String)


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