Class: Aws::Types::CampaignConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#enable_metadata_with_recommendations ⇒ Boolean

Returns the value of attribute enable_metadata_with_recommendations.

Returns:

  • (Boolean)


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.

Returns:

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


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.

Returns:

  • (::Hash[("POPULARITY" | "FRESHNESS"), ::Float])


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.

Returns:

  • (Boolean)


148
149
150
# File 'sig/types.rbs', line 148

def sync_with_latest_solution_version
  @sync_with_latest_solution_version
end