Class: Aws::Types::GetRecommendationsRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetRecommendationsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#campaign_arn ⇒ ::String
Returns the value of attribute campaign_arn.
-
#context ⇒ ::Hash[::String, ::String]
Returns the value of attribute context.
-
#filter_arn ⇒ ::String
Returns the value of attribute filter_arn.
-
#filter_values ⇒ ::Hash[::String, ::String]
Returns the value of attribute filter_values.
-
#item_id ⇒ ::String
Returns the value of attribute item_id.
-
#metadata_columns ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute metadata_columns.
-
#num_results ⇒ ::Integer
Returns the value of attribute num_results.
-
#promotions ⇒ ::Array[Types::Promotion]
Returns the value of attribute promotions.
-
#recommender_arn ⇒ ::String
Returns the value of attribute recommender_arn.
-
#user_id ⇒ ::String
Returns the value of attribute user_id.
Instance Attribute Details
#campaign_arn ⇒ ::String
Returns the value of attribute campaign_arn.
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.
48 49 50 |
# File 'sig/types.rbs', line 48 def context @context end |
#filter_arn ⇒ ::String
Returns the value of attribute filter_arn.
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.
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.
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.
53 54 55 |
# File 'sig/types.rbs', line 53 def @metadata_columns end |
#num_results ⇒ ::Integer
Returns the value of attribute num_results.
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.
52 53 54 |
# File 'sig/types.rbs', line 52 def promotions @promotions end |
#recommender_arn ⇒ ::String
Returns the value of attribute recommender_arn.
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.
46 47 48 |
# File 'sig/types.rbs', line 46 def user_id @user_id end |