Class: Aws::Types::GetRecommendationsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#campaign_arn ⇒ ::String

Returns the value of attribute campaign_arn.

Returns:

  • (::String)


44
45
46
# File 'sig/types.rbs', line 44

def campaign_arn
  @campaign_arn
end

#context ⇒ ::Hash[::String, ::String]

Returns the value of attribute context.

Returns:

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


48
49
50
# File 'sig/types.rbs', line 48

def context
  @context
end

#filter_arn ⇒ ::String

Returns the value of attribute filter_arn.

Returns:

  • (::String)


49
50
51
# File 'sig/types.rbs', line 49

def filter_arn
  @filter_arn
end

#filter_values ⇒ ::Hash[::String, ::String]

Returns the value of attribute filter_values.

Returns:

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


50
51
52
# File 'sig/types.rbs', line 50

def filter_values
  @filter_values
end

#item_id ⇒ ::String

Returns the value of attribute item_id.

Returns:

  • (::String)


45
46
47
# File 'sig/types.rbs', line 45

def item_id
  @item_id
end

#metadata_columns ⇒ ::Hash[::String, ::Array[::String]]

Returns the value of attribute metadata_columns.

Returns:

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


53
54
55
# File 'sig/types.rbs', line 53

def 
  @metadata_columns
end

#num_results ⇒ ::Integer

Returns the value of attribute num_results.

Returns:

  • (::Integer)


47
48
49
# File 'sig/types.rbs', line 47

def num_results
  @num_results
end

#promotions ⇒ ::Array[Types::Promotion]

Returns the value of attribute promotions.

Returns:



52
53
54
# File 'sig/types.rbs', line 52

def promotions
  @promotions
end

#recommender_arn ⇒ ::String

Returns the value of attribute recommender_arn.

Returns:

  • (::String)


51
52
53
# File 'sig/types.rbs', line 51

def recommender_arn
  @recommender_arn
end

#user_id ⇒ ::String

Returns the value of attribute user_id.

Returns:

  • (::String)


46
47
48
# File 'sig/types.rbs', line 46

def user_id
  @user_id
end