Class: Aws::Pinpoint::Types::UpdateRecommenderConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::UpdateRecommenderConfigurationResponse
- Defined in:
- gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#recommender_configuration_response ⇒ Types::RecommenderConfigurationResponse
Provides information about Amazon Pinpoint configuration settings for retrieving and processing data from a recommender model.
Instance Attribute Details
#recommender_configuration_response ⇒ Types::RecommenderConfigurationResponse
Provides information about Amazon Pinpoint configuration settings for retrieving and processing data from a recommender model.
12987 12988 12989 12990 12991 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 12987 class UpdateRecommenderConfigurationResponse < Struct.new( :recommender_configuration_response) SENSITIVE = [] include Aws::Structure end |