Class: Aws::CustomerProfiles::Types::UpdateRecommenderRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-customerprofiles/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:description]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The new description to assign to the recommender.

Returns:

  • (String)


9925
9926
9927
9928
9929
9930
9931
9932
# File 'lib/aws-sdk-customerprofiles/types.rb', line 9925

class UpdateRecommenderRequest < Struct.new(
  :domain_name,
  :recommender_name,
  :description,
  :recommender_config)
  SENSITIVE = [:description]
  include Aws::Structure
end

#domain_nameString

The unique name of the domain.

Returns:

  • (String)


9925
9926
9927
9928
9929
9930
9931
9932
# File 'lib/aws-sdk-customerprofiles/types.rb', line 9925

class UpdateRecommenderRequest < Struct.new(
  :domain_name,
  :recommender_name,
  :description,
  :recommender_config)
  SENSITIVE = [:description]
  include Aws::Structure
end

#recommender_configTypes::RecommenderConfig

The new configuration settings to apply to the recommender, including updated parameters and settings that define its behavior.



9925
9926
9927
9928
9929
9930
9931
9932
# File 'lib/aws-sdk-customerprofiles/types.rb', line 9925

class UpdateRecommenderRequest < Struct.new(
  :domain_name,
  :recommender_name,
  :description,
  :recommender_config)
  SENSITIVE = [:description]
  include Aws::Structure
end

#recommender_nameString

The name of the recommender to update.

Returns:

  • (String)


9925
9926
9927
9928
9929
9930
9931
9932
# File 'lib/aws-sdk-customerprofiles/types.rb', line 9925

class UpdateRecommenderRequest < Struct.new(
  :domain_name,
  :recommender_name,
  :description,
  :recommender_config)
  SENSITIVE = [:description]
  include Aws::Structure
end