Class: Aws::Types::Recommendation
- Inherits:
-
Object
- Object
- Aws::Types::Recommendation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#catalog_item ⇒ Types::CatalogItem
Returns the value of attribute catalog_item.
-
#score ⇒ ::Float
Returns the value of attribute score.
Instance Attribute Details
#catalog_item ⇒ Types::CatalogItem
Returns the value of attribute catalog_item.
2419 2420 2421 |
# File 'sig/types.rbs', line 2419 def catalog_item @catalog_item end |
#score ⇒ ::Float
Returns the value of attribute score.
2420 2421 2422 |
# File 'sig/types.rbs', line 2420 def score @score end |