Class: Aws::CustomerProfiles::Types::StopRecommenderRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::StopRecommenderRequest
- 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 stop.
Instance Attribute Details
#domain_name ⇒ String
The unique name of the domain.
9739 9740 9741 9742 9743 9744 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 9739 class StopRecommenderRequest < Struct.new( :domain_name, :recommender_name) SENSITIVE = [] include Aws::Structure end |
#recommender_name ⇒ String
The name of the recommender to stop.
9739 9740 9741 9742 9743 9744 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 9739 class StopRecommenderRequest < Struct.new( :domain_name, :recommender_name) SENSITIVE = [] include Aws::Structure end |