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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#recommender_name ⇒ String

The name of the recommender that was updated.



11490
11491
11492
11493
11494
# File 'lib/aws-sdk-customerprofiles/types.rb', line 11490

class UpdateRecommenderResponse < Struct.new(
  :recommender_name)
  SENSITIVE = []
  include Aws::Structure
end