Class: Aws::Types::PredictedItem

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:metadata])

Instance Attribute Summary collapse

Instance Attribute Details

#item_id ⇒ ::String

Returns the value of attribute item_id.

Returns:

  • (::String)


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.

Returns:

  • (::Hash[::String, ::String])


78
79
80
# File 'sig/types.rbs', line 78

def 
  @metadata
end

#promotion_name ⇒ ::String

Returns the value of attribute promotion_name.

Returns:

  • (::String)


77
78
79
# File 'sig/types.rbs', line 77

def promotion_name
  @promotion_name
end

#reason ⇒ ::Array[::String]

Returns the value of attribute reason.

Returns:

  • (::Array[::String])


79
80
81
# File 'sig/types.rbs', line 79

def reason
  @reason
end

#score ⇒ ::Float

Returns the value of attribute score.

Returns:

  • (::Float)


76
77
78
# File 'sig/types.rbs', line 76

def score
  @score
end