Class: Aws::CustomerProfiles::Types::UpdateRecommenderResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::UpdateRecommenderResponse
- Defined in:
- gems/aws-sdk-customerprofiles/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.
11367 11368 11369 11370 11371 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 11367 class UpdateRecommenderResponse < Struct.new( :recommender_name) SENSITIVE = [] include Aws::Structure end |