Class: Aws::Pinpoint::Types::CreateRecommenderConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::CreateRecommenderConfigurationResponse
- 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.
3054 3055 3056 3057 3058 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 3054 class CreateRecommenderConfigurationResponse < Struct.new( :recommender_configuration_response) SENSITIVE = [] include Aws::Structure end |