Class: Aws::Pinpoint::Types::GetRecommenderConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::GetRecommenderConfigurationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
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.
9013 9014 9015 9016 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 9013 class GetRecommenderConfigurationResponse < Struct.new( :recommender_configuration_response) include Aws::Structure end |