Class: Aws::Pinpoint::Types::UpdateRecommenderConfigurationResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Pinpoint::Types::UpdateRecommenderConfigurationResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - 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.
      12988 12989 12990 12991 12992  | 
    
      # File 'lib/aws-sdk-pinpoint/types.rb', line 12988 class UpdateRecommenderConfigurationResponse < Struct.new( :recommender_configuration_response) SENSITIVE = [] include Aws::Structure end  |