Class: Aws::Pinpoint::Types::GetRecommenderConfigurationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::GetRecommenderConfigurationsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
Instance Attribute Summary collapse
-
#list_recommender_configurations_response ⇒ Types::ListRecommenderConfigurationsResponse
Provides information about all the recommender model configurations that are associated with your Amazon Pinpoint account.
Instance Attribute Details
#list_recommender_configurations_response ⇒ Types::ListRecommenderConfigurationsResponse
Provides information about all the recommender model configurations that are associated with your Amazon Pinpoint account.
9047 9048 9049 9050 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 9047 class GetRecommenderConfigurationsResponse < Struct.new( :list_recommender_configurations_response) include Aws::Structure end |