Class: Aws::Types::AwsOpportunityInsights
- Inherits:
-
Object
- Object
- Aws::Types::AwsOpportunityInsights
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_products_spend_insights_by_source ⇒ Types::AwsProductsSpendInsightsBySource
Returns the value of attribute aws_products_spend_insights_by_source.
-
#engagement_score ⇒ "High", ...
Returns the value of attribute engagement_score.
-
#next_best_actions ⇒ ::String
Returns the value of attribute next_best_actions.
-
#opportunity_quality ⇒ Types::OpportunityQuality
Returns the value of attribute opportunity_quality.
-
#recommendations ⇒ ::Array[Types::Recommendation]
Returns the value of attribute recommendations.
Instance Attribute Details
#aws_products_spend_insights_by_source ⇒ Types::AwsProductsSpendInsightsBySource
Returns the value of attribute aws_products_spend_insights_by_source.
98 99 100 |
# File 'sig/types.rbs', line 98 def aws_products_spend_insights_by_source @aws_products_spend_insights_by_source end |
#engagement_score ⇒ "High", ...
Returns the value of attribute engagement_score.
97 98 99 |
# File 'sig/types.rbs', line 97 def engagement_score @engagement_score end |
#next_best_actions ⇒ ::String
Returns the value of attribute next_best_actions.
96 97 98 |
# File 'sig/types.rbs', line 96 def next_best_actions @next_best_actions end |
#opportunity_quality ⇒ Types::OpportunityQuality
Returns the value of attribute opportunity_quality.
99 100 101 |
# File 'sig/types.rbs', line 99 def opportunity_quality @opportunity_quality end |
#recommendations ⇒ ::Array[Types::Recommendation]
Returns the value of attribute recommendations.
100 101 102 |
# File 'sig/types.rbs', line 100 def recommendations @recommendations end |