Class: Aws::CustomerProfiles::Types::DeleteRecommenderRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::DeleteRecommenderRequest
- 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 recommender name.
Instance Attribute Details
#domain_name ⇒ String
The unique name of the domain.
2439 2440 2441 2442 2443 2444 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2439 class DeleteRecommenderRequest < Struct.new( :domain_name, :recommender_name) SENSITIVE = [] include Aws::Structure end |
#recommender_name ⇒ String
The recommender name.
2439 2440 2441 2442 2443 2444 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2439 class DeleteRecommenderRequest < Struct.new( :domain_name, :recommender_name) SENSITIVE = [] include Aws::Structure end |