Class: Aws::CustomerProfiles::Types::UpdateRecommenderResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#recommender_nameString

The name of the recommender that was updated.

Returns:

  • (String)


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