Class: Aws::CustomerProfiles::Types::StartRecommenderRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::StartRecommenderRequest
- Defined in:
- gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_name ⇒ String
The unique name of the domain.
-
#recommender_name ⇒ String
The name of the recommender to start.
Instance Attribute Details
#domain_name ⇒ String
The unique name of the domain.
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_name ⇒ String
The name of the recommender to start.
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 |