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

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

Instance Attribute Details

#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)


431
432
433
434
435
436
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 431

class AwsOpportunityInsights < Struct.new(
  :engagement_score,
  :next_best_actions)
  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)


431
432
433
434
435
436
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 431

class AwsOpportunityInsights < Struct.new(
  :engagement_score,
  :next_best_actions)
  SENSITIVE = []
  include Aws::Structure
end