Class: Aws::Types::PredictedAction

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#action_id ⇒ ::String

Returns the value of attribute action_id.

Returns:

  • (::String)


69
70
71
# File 'sig/types.rbs', line 69

def action_id
  @action_id
end

#score ⇒ ::Float

Returns the value of attribute score.

Returns:

  • (::Float)


70
71
72
# File 'sig/types.rbs', line 70

def score
  @score
end