Class: Aws::CustomerProfiles::Types::UpdateRecommenderResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::UpdateRecommenderResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-customerprofiles/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#recommender_name ⇒ String
The name of the recommender that was updated.
Instance Attribute Details
#recommender_name ⇒ String
The name of the recommender that was updated.
9972 9973 9974 9975 9976 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 9972 class UpdateRecommenderResponse < Struct.new( :recommender_name) SENSITIVE = [] include Aws::Structure end |