Class: Aws::Types::CampaignConfig
- Inherits:
-
Object
- Object
- Aws::Types::CampaignConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#enable_metadata_with_recommendations ⇒ Boolean
Returns the value of attribute enable_metadata_with_recommendations.
-
#item_exploration_config ⇒ ::Hash[::String, ::String]
Returns the value of attribute item_exploration_config.
-
#ranking_influence ⇒ ::Hash[("POPULARITY" | "FRESHNESS"), ::Float]
Returns the value of attribute ranking_influence.
-
#sync_with_latest_solution_version ⇒ Boolean
Returns the value of attribute sync_with_latest_solution_version.
Instance Attribute Details
#enable_metadata_with_recommendations ⇒ Boolean
Returns the value of attribute enable_metadata_with_recommendations.
147 148 149 |
# File 'sig/types.rbs', line 147 def end |
#item_exploration_config ⇒ ::Hash[::String, ::String]
Returns the value of attribute item_exploration_config.
146 147 148 |
# File 'sig/types.rbs', line 146 def item_exploration_config @item_exploration_config end |
#ranking_influence ⇒ ::Hash[("POPULARITY" | "FRESHNESS"), ::Float]
Returns the value of attribute ranking_influence.
149 150 151 |
# File 'sig/types.rbs', line 149 def ranking_influence @ranking_influence end |
#sync_with_latest_solution_version ⇒ Boolean
Returns the value of attribute sync_with_latest_solution_version.
148 149 150 |
# File 'sig/types.rbs', line 148 def sync_with_latest_solution_version @sync_with_latest_solution_version end |