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.
9940 9941 9942 9943 9944 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 9940 class UpdateRecommenderResponse < Struct.new( :recommender_name) SENSITIVE = [] include Aws::Structure end |