Class: Aws::Types::PredictedItem
- Inherits:
-
Object
- Object
- Aws::Types::PredictedItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#item_id ⇒ ::String
Returns the value of attribute item_id.
-
#metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute metadata.
-
#promotion_name ⇒ ::String
Returns the value of attribute promotion_name.
-
#reason ⇒ ::Array[::String]
Returns the value of attribute reason.
-
#score ⇒ ::Float
Returns the value of attribute score.
Instance Attribute Details
#item_id ⇒ ::String
Returns the value of attribute item_id.
75 76 77 |
# File 'sig/types.rbs', line 75 def item_id @item_id end |
#metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute metadata.
78 79 80 |
# File 'sig/types.rbs', line 78 def @metadata end |
#promotion_name ⇒ ::String
Returns the value of attribute promotion_name.
77 78 79 |
# File 'sig/types.rbs', line 77 def promotion_name @promotion_name end |
#reason ⇒ ::Array[::String]
Returns the value of attribute reason.
79 80 81 |
# File 'sig/types.rbs', line 79 def reason @reason end |
#score ⇒ ::Float
Returns the value of attribute score.
76 77 78 |
# File 'sig/types.rbs', line 76 def score @score end |