Class: Aws::Pinpoint::Types::UpdateRecommenderConfigurationResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#recommender_configuration_responseTypes::RecommenderConfigurationResponse

Provides information about Amazon Pinpoint configuration settings for retrieving and processing data from a recommender model.



12934
12935
12936
12937
12938
# File 'lib/aws-sdk-pinpoint/types.rb', line 12934

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