Class: Aws::Types::ProspectingInsights
- Inherits:
-
Object
- Object
- Aws::Types::ProspectingInsights
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#marketplace_engagement_score ⇒ ::String
Returns the value of attribute marketplace_engagement_score.
-
#solution_category ⇒ ::String
Returns the value of attribute solution_category.
-
#solution_score ⇒ ::String
Returns the value of attribute solution_score.
-
#solution_sub_category ⇒ ::String
Returns the value of attribute solution_sub_category.
Instance Attribute Details
#marketplace_engagement_score ⇒ ::String
Returns the value of attribute marketplace_engagement_score.
1191 1192 1193 |
# File 'sig/types.rbs', line 1191 def marketplace_engagement_score @marketplace_engagement_score end |
#solution_category ⇒ ::String
Returns the value of attribute solution_category.
1193 1194 1195 |
# File 'sig/types.rbs', line 1193 def solution_category @solution_category end |
#solution_score ⇒ ::String
Returns the value of attribute solution_score.
1192 1193 1194 |
# File 'sig/types.rbs', line 1192 def solution_score @solution_score end |
#solution_sub_category ⇒ ::String
Returns the value of attribute solution_sub_category.
1194 1195 1196 |
# File 'sig/types.rbs', line 1194 def solution_sub_category @solution_sub_category end |