Class: Aws::Types::AwsOpportunityInsights

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns:

  • ("High", "Medium", "Low")


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.

Returns:

  • (::String)


96
97
98
# File 'sig/types.rbs', line 96

def next_best_actions
  @next_best_actions
end

#opportunity_qualityTypes::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.

Returns:



100
101
102
# File 'sig/types.rbs', line 100

def recommendations
  @recommendations
end