Class: Aws::CustomerProfiles::Types::StartRecommenderRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_nameString

The unique name of the domain.

Returns:

  • (String)


8963
8964
8965
8966
8967
8968
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 8963

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

#recommender_nameString

The name of the recommender to start.

Returns:

  • (String)


8963
8964
8965
8966
8967
8968
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 8963

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