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
-
#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
#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.
408 409 410 411 412 413 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 408 class AwsOpportunityInsights < Struct.new( :engagement_score, :next_best_actions) 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.
408 409 410 411 412 413 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 408 class AwsOpportunityInsights < Struct.new( :engagement_score, :next_best_actions) SENSITIVE = [] include Aws::Structure end |