Class: Aws::CustomerProfiles::Types::StartRecommenderRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::StartRecommenderRequest
- Includes:
- Structure
- Defined in:
- 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.
9417 9418 9419 9420 9421 9422 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 9417 class StartRecommenderRequest < Struct.new( :domain_name, :recommender_name) SENSITIVE = [] include Aws::Structure end |
#recommender_name ⇒ String
The name of the recommender to start.
9417 9418 9419 9420 9421 9422 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 9417 class StartRecommenderRequest < Struct.new( :domain_name, :recommender_name) SENSITIVE = [] include Aws::Structure end |