Class: Aws::Types::PredictedAction
- Inherits:
-
Object
- Object
- Aws::Types::PredictedAction
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action_id ⇒ ::String
Returns the value of attribute action_id.
-
#score ⇒ ::Float
Returns the value of attribute score.
Instance Attribute Details
#action_id ⇒ ::String
Returns the value of attribute action_id.
69 70 71 |
# File 'sig/types.rbs', line 69 def action_id @action_id end |
#score ⇒ ::Float
Returns the value of attribute score.
70 71 72 |
# File 'sig/types.rbs', line 70 def score @score end |