Class: Aws::Pinpoint::Types::GetRecommenderConfigurationResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Pinpoint::Types::GetRecommenderConfigurationResponse
 
 
- 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.
      7171 7172 7173 7174 7175  | 
    
      # File 'lib/aws-sdk-pinpoint/types.rb', line 7171 class GetRecommenderConfigurationResponse < Struct.new( :recommender_configuration_response) SENSITIVE = [] include Aws::Structure end  |